Replies: 1 comment 3 replies
-
I'm here because suddenly my app doesn't load Lazy loading does not work for me, however, so I'm in a worse spot than you. Did you find a cause? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using
jotai-tanstack-query
and when I try to use<ReactQueryDevtools />
from@tanstack/react-query-devtools
, it does not render. It is not even appearing in the DOM.Things I've tried:
process.env.NODE_ENV
where I'm using the component and it is, in fact,development
.client
, however that does nothing different.I am able to use
ReactQueryDevtoolsProduction
by lazy loading and using like so:Any ideas what could be the issue here?
Beta Was this translation helpful? Give feedback.
All reactions