Results 7 comments of Hemand S

I'm guessing that the root cause might be because of `forwardRef`. I just forked the repo and exposed another named export without `forwardRef` and it's working. I can raise a...

I am facing the same issue. The value of the header is being persisted, but typescript is throwing error saying headers are not passed. What are we missing here? I...

Thanks for the quick response @dkzlv. I was able to spin up a basic repro sandbox here. Would you mind taking a look? https://codesandbox.io/p/sandbox/silly-chandrasekhar-ng2tkg My expectation is that the `subscribe()`...

Yeah, that did fix it. Unfortunately, I was using `onNotify` to keep appending all the fetched `todos` to another store. Let me see if I can figure another way to...

I tried with `onSet` first. But it was not getting triggered always. You can try in the same sandbox. It calls twice, `{loading: false}, `{loading: true, data: }` and stops....

![IMG_0475](https://github.com/nanostores/query/assets/8596374/d4477c10-3f28-423a-bf1e-9443841f8dfb) I am getting the same error. I'm guessing because its still trying to use `nanoquery.umd.cjs` instead of `nanoquery.native.cjs`. I will have to look more into this. The `react-native` exports...