Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Client features were not refreshing. (#79)
We incorrectly assumed that our merge method would be enough here, but since the merge method retained the original and deduped, it seems like we tricked ourselves. The fix reduces the action to simply replacing whatever was cached with the newly fetched features from the server
- Loading branch information