After upgrading remix 2 to RR7, no client side JS works #14143
Replies: 1 comment
-
Fixed: I removed the entry.client.tsx and entry.server.tsx files and it now works |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As per the title - I've migrated from remix 2 to RR7 and now no client side JS runs.
No eslint or typescript warnings and it builds fine.
Also no console errors either in the client or the server.
I've got a console.log firing from the top level of root.tsx, but the default exported function (App) never runs.
Where do I start debugging? What methods are called when the page loads?
Beta Was this translation helpful? Give feedback.
All reactions