How to refresh recoil when changes are made HMR? #2072
Cpt-Falcon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I'm using HMR with recoil, is there anyways to refresh a selector or something that's been changed? So if I have a component using a selector, and I change some code, how can I trigger the refresh of that selector so that the new changes are reflected and the selector will be re executed with the cache cleared?
Beta Was this translation helpful? Give feedback.
All reactions