You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using react-query's devtools as an example, we should be able to render the MSWToolbar all the time and have the library itself take care of nooping if NODE_ENV === 'production':
By default, React Query Devtools are only included in bundles when process.env.NODE_ENV === 'development', so you don't need to worry about excluding them during a production build.
The text was updated successfully, but these errors were encountered:
Using react-query's devtools as an example, we should be able to render the
MSWToolbar
all the time and have the library itself take care of nooping ifNODE_ENV === 'production'
:https://react-query.tanstack.com/devtools
The text was updated successfully, but these errors were encountered: