Looks like StaticRouter is gone, any ideas how to proceed? First time diving into v4 code base so not exactly sure what the change means in terms of required updates.
Yes. I'm aware of that. Currently, v4-alt won and became the next v4. I'm waiting for their new release/tag before upgrading.
@supasate awesome, hopefully sometime this week!
I'm sorry to ask this, but I'm kid of lost (but I'm sure I'm not the only one).
[email protected] the one that was the v4-alt version and it requires changes from connected-react-router side to make it work?Thanks!
@olegstepura That's fine. The situation of react-router is confusing.
connected-react-router supports [email protected] which is the the version with Match and Miss. (Read more below.) [email protected] is the version before v4-alt. It doesn't require any change to connected-react-router. (Read more below.)I just noticed that, around 40 minutes ago, the react-router team has just released beta version (Match and Miss are gone). So, it's time to update this repo to handle the new version of react-router.
Now, we support the new [email protected]! (PR #28)
Please check the [email protected]. If anyone finds any issue, please let me know.
Most helpful comment
Now, we support the new
[email protected]! (PR #28)Please check the
[email protected]. If anyone finds any issue, please let me know.