-
-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): Unmount an atom that is no longer dependent within a derived atom #2660
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Preview in LiveCodesLatest commit: ddd9f42
See documentations for usage instructions. |
Thanks for the failing test! I can take a closer look later, but if anyone is interested, feel free to take the challenge. |
Fix #2658. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow, it looks good to me! thanks for the fix.
there might be some other edge cases, this doesn't cover, but as now we have the test, we can refactor in the future.
Size Change: +84 B (+0.1%) Total Size: 87 kB
ℹ️ View Unchanged
|
Related Bug Reports or Discussions
Fix #2658
Summary
Add test for "Unmount an atom that is no longer dependent within a derived atom (#2658)" and fix.
Check List
pnpm run prettier
for formatting code and docs