-
Notifications
You must be signed in to change notification settings - Fork 674
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
5.0.0-beta.0 breaks ESM in redux-toolkit to 2.0.0-beta.3?.. #632
Comments
Yep, I know :) about to put out a new RTK beta with a fix for that in literally the next couple minutes :) |
also I'm honestly impressed anyone's even trying RTK 2.0 beta right now :) we get so little feedback. |
what happened is I dedided to use Redux both on the client and on the server as a basis for a very simple multiplayer rollback networking system, so I was directed to that issue and trying 2.0 seemed easier than figuring out how to make the workaround work (it fixed createSlice but then addListener needed something too?..). fun fact this is literally my first redux project god help me |
ty! |
I got here from trying to fix reduxjs/redux-toolkit#1960 by switching my redux-toolkit to 2.0.0-beta.3, however I started getting the following error message
on my Vite dev server as well as
on my backend Node server.
I have no idea about anything going on but I found out that reselect 5.0.0-beta.0 released literally an hour before I got myself into this, so I tried switching reselect to 5.0.0-alpha.2 and the issue is gone. Let me know if you need more information about my setup
The text was updated successfully, but these errors were encountered: