mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 07:38:33 -06:00
trying other way of managing monaco editor
This commit is contained in:
@@ -16,7 +16,7 @@ export default function Providers({ children }: { children: ReactNode }) {
|
||||
return (
|
||||
<SuspenseAndErrorHandling>
|
||||
<QueryClientProvider client={queryClient}>
|
||||
<ReactQueryDevtools initialIsOpen={false} />
|
||||
{/* <ReactQueryDevtools initialIsOpen={false} /> */}
|
||||
{children}
|
||||
</QueryClientProvider>
|
||||
</SuspenseAndErrorHandling>
|
||||
|
||||
Reference in New Issue
Block a user