You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The withRouter HOC passes undefined for the router prop in SSR with custom routes. The client render works as expected, causing a React server/client checksum error.
I use next-routes, but others on Slack are having the same issue when using app.render in server.js.
I have searched the issues of this repository and believe that this is not a duplicate.
Context
I am attempting to style active links.
Your Environment
Tech
Version
next
v3.2.1
node
v8.4.0
bs1180, huv1k, oliviertassinari, stevescavo, jamesmosier and 2 more