This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Replies: 1 comment 2 replies
-
Yeah, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the InitFromProps example I noticed that if the provided properties change, the atoms will not reflect them. I think I should use the
listen
property to handle that case, but how should I listen for prop changes from that callback?Here's a repro:
https://codesandbox.io/s/interesting-surf-n7iish?file=/src/App.tsx
Beta Was this translation helpful? Give feedback.
All reactions