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'm converting a NextJS project to Remix. There are large amounts of code that I'm migrating (as I don't want to port 50 components one by one 😅 ), but that means, when I get the "server code in client bundles maybe" error as visible below it is really hard to tell where this code is.
Is there some way Remix could help narrow down where things are going wrong? routeModules is not in my code. I assume this is something from the route I'm loading down, but that's about all the information I get! That's very little. I will naturally just start commenting out swaths of code to basically bisect down to what I'm looking for but still, let's see if Remix can be more helpful here 😊.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm converting a NextJS project to Remix. There are large amounts of code that I'm migrating (as I don't want to port 50 components one by one 😅 ), but that means, when I get the "server code in client bundles maybe" error as visible below it is really hard to tell where this code is.
Is there some way Remix could help narrow down where things are going wrong?
routeModules
is not in my code. I assume this is something from the route I'm loading down, but that's about all the information I get! That's very little. I will naturally just start commenting out swaths of code to basically bisect down to what I'm looking for but still, let's see if Remix can be more helpful here 😊.Really excited to start using this framework (:
Beta Was this translation helpful? Give feedback.
All reactions