Use @probo/react-lazy instead of native React.lazy
close #58 Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import posthog from "posthog-js";
|
||||
import { PostHogProvider } from "posthog-js/react";
|
||||
import { lazy, StrictMode, Suspense } from "react";
|
||||
import { lazy } from "@probo/react-lazy";
|
||||
import { StrictMode, Suspense } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
import { HelmetProvider } from "react-helmet-async";
|
||||
import { RelayEnvironmentProvider } from "react-relay";
|
||||
|
||||
Reference in New Issue
Block a user