query
query copied to clipboard
umd file index.development.js returns null for devtools
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