-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
[tutorial] Reactions update is broken in <SinglePostPage /> #4375
Comments
I did an update on apiSlice.js and everything is working fine: The codesandbox here |
@markerikson How I can update the codesandbox example? |
@dannielss It's... kinda complicated :) All the sandboxes live in https://github.com/reduxjs/redux-essentials-example-app . Specifically, it's the To update the sandboxes, you'd actually have to:
So, unfortunately not easy, and not something other folks can do atm either |
I started learning redux using docs but unfortunately sandbox examples are broken |
@MubashirWaheed : what parts of the sandboxes are broken, specifically? |
Code sandbox for the "basic redux dataflow" under the redux essential is not working on firefox but I just checked and it is working fine chrome |
Steps To Reproduce
Link to code example: The codesandbox here
The current behavior
Reactions work for the post list page, not for the single post page.
The expected behavior
The text was updated successfully, but these errors were encountered: