Luis Antonio Canettoli Ordoñez

Results 18 comments of Luis Antonio Canettoli Ordoñez

I see. Hopefully I will have some time to check into this soon. Thanks for the heads up

I took some time to reproduce this but I can't see the error you're facing. Can you help to reproduce the error? Feel free to mess around with the sandbox:...

Hi, it looks like the error is happening on `useRecoilCallback`, apparently when first invoked it can't find the context. Which versions of Recoil and Recoil Nexus are you using?

Could be similar to [this](https://stackoverflow.com/questions/74188830/this-component-must-be-used-inside-a-recoilroot-component/74203554#74203554)?

Hi, I had tried in the past to sort that out, but without luck so far. I should give it one more try. It sounds like this is actually the...

Hi, sorry but I’m not sure to understand the expected behavior. Could you write an example of code you wish was working?

By definition `selectors` are read-only since they represent [a piece of derived state](https://recoiljs.org/docs/basic-tutorial/selectors). [Here](https://codesandbox.io/s/wizardly-euclid-mv9id?file=/src/atoms/loadingSelector.ts ) you can find an updated Sandbox where I highlighted you can successfully retrieve the selectors'...

I think I have actually understood now what you are looking for. You are looking for a way to *read* the selectors' setter so you can use it. Sounds interesting...

Now supported in `v0.5.0`. Updated the [loader example](https://github.com/luisanton-io/simple-loader-with-nexus) as well with a simple selector. Thanks @ha-sash for your helpful contribution!