React-router: Usage with ReactCSSTransitionGroup renders error Unknown prop `computedMatch`

Created on 3 Feb 2017  路  3Comments  路  Source: ReactTraining/react-router

Version

4.0.0-beta.4

Test Case

Can't reproduce in JSBin as ReactCSSTransitionGroup is not provided as a dist/standalone version and JSBin doesn't allow require calls

Error

image

Most helpful comment

There should be an animation example using <Switch> in the documentation at some point to make it clearer how to do this.

All 3 comments

My mistake, I was using ReactCSSTransitionGroup as first child of <Switch>.

There should be an animation example using <Switch> in the documentation at some point to make it clearer how to do this.

Absolutely! @pshrmn I'm following your thread on this. I'm having the same issue as you, the new route that comes in is the same as the prev one... Let's hope they fix this soon! Thanks for sharing your experience.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jzimmek picture jzimmek  路  3Comments

winkler1 picture winkler1  路  3Comments

andrewpillar picture andrewpillar  路  3Comments

hgezim picture hgezim  路  3Comments

ackvf picture ackvf  路  3Comments