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
fix(remix): Use import() to get react-router-dom in Express wrapper. (#5796)
`loadModule` utility which we use to acquire `react-router-dom` can return `null` when called from Express wrapper.
I suspect the main reason is that we are not monkey-patching Remix core here, like we are doing in the base implementation, the package acquisition is not guaranteed to run when (or where?) `react-router-dom` is available.
0 commit comments