-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing entry.client & entry.server causes remix dev to hang #5669
Comments
To answer the |
bingo! |
based on your entry files, it appears you're using react 17, is that correct? if so, that's unfortunately unsupported with optional entries currently, but #5681 will bring that to you soon |
Got it, sorry I missed the React 18 requirement - I'll look at updating or try with the upcoming fix - thanks! |
I'm happy to report that upgrading to React 18 (and updating Emotion) did the trick. Removing the client and server entry files worked as expected, thanks! |
🤖 Hello there, We just published version Thanks! |
What version of Remix are you using?
1.14.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Just testing the ability to use default client/server entry files. When I remove them, Remix installs
isbot
to my dependencies (would be nice to know why, otherwise it may get removed accidentally in the future) and hangs on yarn dev. Here's the console log from when it ran normally, then started failing after removing the client/server files:My
entry.client.tsx
:My
entry.server.tsx
:Expected Behavior
Remix should run properly without client/server entry files.
Actual Behavior
See above
The text was updated successfully, but these errors were encountered: