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
I am migrating my application to v4 react-router but the application localy seems unresponsive.
It keeps loading with no response.
I tried console.log, debug in /src/web/client.jsx method of renderApp(), but nothing is logged out.
I tried logging in handleRouter()
I tried logging in ssr.js
I am out of thoughts what could cause this.
Maybe any offers on what I should try, maybe there is lower level where I could log something out.
At the moment I don't even know where to start reproducing the issue.
The text was updated successfully, but these errors were encountered:
Hello,
I am migrating my application to v4 react-router but the application localy seems unresponsive.
It keeps loading with no response.
I tried console.log, debug in
/src/web/client.jsx
method ofrenderApp()
, but nothing is logged out.I tried logging in
handleRouter()
I tried logging in
ssr.js
I am out of thoughts what could cause this.
Maybe any offers on what I should try, maybe there is lower level where I could log something out.
At the moment I don't even know where to start reproducing the issue.
The text was updated successfully, but these errors were encountered: