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
There is a full example of implentation with redux tool kit here (mentioned in the readme). But the example contains the following comment, with no further explanation:
//FIXME This is not a recommended approach, only used here for demo purposes
As a result, I'm unclear about how to implement next-redux-wrapper with RTK correctly (which I'm trying to do to silence a warning about using the legacy withRedux method).
Describe the bug
There is a full example of implentation with redux tool kit here (mentioned in the readme). But the example contains the following comment, with no further explanation:
As a result, I'm unclear about how to implement next-redux-wrapper with RTK correctly (which I'm trying to do to silence a warning about using the legacy
withRedux
method).To Reproduce
pages/_app.tsx
FIXME
comment and no explanation of what is the recommended implementationExpected behavior
a) A clear and concise description of how to implement with redux toolkit
OR
b) removal of this warning, if we should/can continue to use
withRedux
.Screenshots
n/a
Desktop (please complete the following information):
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: