trying other way of managing monaco editor

This commit is contained in:
2024-09-30 13:42:22 -06:00
parent a51a968aea
commit e65b4d8627
8 changed files with 83 additions and 25 deletions

View File

@@ -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>