recoil-nexus icon indicating copy to clipboard operation
recoil-nexus copied to clipboard

Results 7 recoil-nexus issues
Sort by recently updated
recently updated
newest added

Say I want to setup an observer outside of the react render tree like ```js import { observe } from 'recoil-nexus'; class Class { constructor() { observe(someAtom, (oldValue, newValue) =>...

question

i see there is no implementation in the API for selectors, please add the same

enhancement

Would be great to see a refresh function for Asynchronous Data Queries. Similar to this https://recoiljs.org/docs/guides/asynchronous-data-queries#query-refresh

After upgrading from Vitest 0.31.4 to 0.32.0 I am getting ``` Error: This component must be used inside a component. at err (/node_modules/recoil/cjs/index.js:22:17) at Object.notInAContext (/node_modules/recoil/cjs/index.js:4182:9) at /node_modules/recoil/cjs/index.js:3975:90 at memoizedFn...

Love this library - but I'm having some issues with multiple recoil roots. Nexus is mixing up information between different recoil roots. Any ideas or workarounds for this use case?

help wanted
question

recoil - 0.7.6 recoil-nexus - 0.4.0 react-router-dom - 6.8.2 When i am adding RecoilNexus in RecoilRoot i am getting error 'This JSX tag's 'children' prop expects a single child of...

question

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"18.2.0" from...