I'm trying to implement pages transitions animation by react-router. After I've compiled my code with browserify/babel I get 'unexpected token' on this line: static contextTypes = { with the arrow pointing under the = sign.
I've copied/pasted the code exactly from the docs, I don't understand what's wrong.