-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
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
GraxMonzo, johnjiang, mirata and mrak-the-dev