ui: no need to guard SolidQueryDevtools behind dev flag
It won't be bundled in the prod build
This commit is contained in:
@@ -29,7 +29,7 @@ render(
|
||||
{/* Temporary solution */}
|
||||
<Toaster toastOptions={{}} />
|
||||
<QueryClientProvider client={DefaultQueryClient}>
|
||||
{import.meta.env.DEV && <SolidQueryDevtools initialIsOpen={true} />}
|
||||
<SolidQueryDevtools initialIsOpen={true} />
|
||||
<Router root={Layout}>{Routes}</Router>
|
||||
</QueryClientProvider>
|
||||
</ApiClientProvider>
|
||||
|
||||
Reference in New Issue
Block a user