This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
Ok maybe I found an issue here. My selectorFamily was calling another selectorFamily… is that frowned upon? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to use Recoil exactly how the docs show it's use case and I can't get my tests to pass. Everything works on the actual dev server and production and what not but the tests are just completely stuck for whatever reason.
I have a selectorFamily:
a react component using it like so:
and my test setup like:
I'm kind of at my wits ends here, is there something obvious that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions