Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prioritize server rendered Actions in ActionsProvider (#9379)
### What? Actions were not being re-rendered when router.refresh was called. [Discord Link](https://discord.com/channels/967097582721572934/1308636510203154462/1308648116031066173) ### 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.
- Loading branch information