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
The UMD file https://unpkg.com/browse/@tanstack/[email protected]/build/umd/index.development.js returns null for devtools.
I'm my case I'm consuming via shadow-cljs , the clojurescript compiler, According to @TkDodo it also can affect cdn consumers.
https://unpkg.com/browse/@tanstack/[email protected]/build/umd/index.development.js
1- consume the umd package via cdn 2 - render query tools component 3 - it'll render null
Query tools component render
Every time
No response
Linux
4.0.10
The text was updated successfully, but these errors were encountered:
it's fixed in the beta we just released:
there are some other issues in there though, so it will be available once we generally fix this :)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The UMD file https://unpkg.com/browse/@tanstack/[email protected]/build/umd/index.development.js returns null for devtools.
I'm my case I'm consuming via shadow-cljs , the clojurescript compiler,
According to @TkDodo it also can affect cdn consumers.
Your minimal, reproducible example
https://unpkg.com/browse/@tanstack/[email protected]/build/umd/index.development.js
Steps to reproduce
1- consume the umd package via cdn
2 - render query tools component
3 - it'll render null
Expected behavior
Query tools component render
How often does this bug happen?
Every time
Screenshots or Videos
No response
Platform
Linux
react-query version
4.0.10
TypeScript version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: