Closed JarrodMFlesch closed 1 day ago
Actions were not being re-rendered when router.refresh was called. Discord Link
They were stored in state and the state was persisting.
Spread the stateful actions and the Actions from props on top of the client state actions.
🚀 This is included in version v3.0.2
What?
Actions were not being re-rendered when router.refresh was called. Discord Link
Why?
They were stored in state and the state was persisting.
How?
Spread the stateful actions and the Actions from props on top of the client state actions.