Florian Ferbach

Results 5 comments of Florian Ferbach

The public change does not get fired either when it should then. http://jsfiddle.net/floo51/2xumV/5/ It doesn't make sense, either the event is not internal and is always triggered as stated in...

As a side note : didn't regenerate compiled folder cause your grunt setup is ~~quite weird~~ not documented.

Hello Vincent, I've checked out locally and tried to run a greenframe analyze using the provided Dockerfile: ```bash # from project root docker build -t greenframe-docker-in-docker-test . docker run -v...

Hmm we could try building a HOC so we could wrap components like: ```js import React from 'react'; import { withTransitionState } from 'react-router-transition'; const MyComponent = ({transitionState}) => (...