We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I want to be able to see atomFamily states.
atomFamily
The only solution for now is for me to use atom() and create the underlying structure myself. It adds complexity for setting/retrieving the values.
atom()
No response
The text was updated successfully, but these errors were encountered:
After multiple restart of the app and chrome dev tools itself, it now appears. But it has double-quotes in the name. Is that expected?
export const inProgressState = atomFamily<boolean, string>({ key: "inProgress", default: (id) => defaultById(id), }); // ... const [inProgress, setInProgress] = useRecoilState(inProgressState("userPreferences")); // ...
Sorry, something went wrong.
No branches or pull requests
Problem
As a user, I want to be able to see
atomFamily
states.Solution
The only solution for now is for me to use
atom()
and create the underlying structure myself. It adds complexity for setting/retrieving the values.Additional information
No response
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: