Atanas Atanasov

Results 7 comments of Atanas Atanasov

Based on answer from @chrisbateman I managed to get this working in a Jest environment. For anyone who is using Jest, here is my workaround: ```javascript describe('', () => {...

You can always implement this yourself. I agree with what @MikeyJN said and it really should be out of the scope of any JS library to provide support for users...

I just experienced the same issue which brought me here. This has nothing to do with `redux-persist` but is related to limitations in the browser APIs. This error usually occurs...

I had a similar issue. I needed to support SVG files in React components so I installed and included `rollup-plugin-svg`. This is my `tsdx.config.js` file with the diff which resolved...

I also experience the same issue even though I updated to the latest (15.10.1) version. There are no issues with @tanstack/react-query v4 though.

I am using these packages ```json "@tanstack/react-query": "5.8.4", "@tanstack/react-query-devtools": "5.8.4", "@tanstack/react-query-persist-client": "5.8.4", "react-query-swagger": "15.10.3", ``` and the error I see when trying to run the TypeScript compiler (`tsc`) is the...

> what is the version excatly? If this is related to my post above, I’ve already posted the versions 😄