Downgrade to history v4#2180
Conversation
grahamalama
left a comment
There was a problem hiding this comment.
Can you think of a way we could write a test for this that fails with history@^5 but passes with history@^4 to prevent future regressions?
Something around following links / navigation. I don't know yet whether this would require a full browser or not. |
|
Alternatively, maybe we can upgrade our build process to use npm v7 because of how peer dependencies are treated:
|
|
Good catch! Yes! I was indeed wondering why peer deps were not blocking anything here |
See supasate/connected-react-router#312