We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6880219 commit 2074165Copy full SHA for 2074165
app/routes/TryRoute.res
@@ -41,7 +41,7 @@ module ClientOnly = {
41
@react.component
42
let make = (~bundleBaseUrl, ~versions) => {
43
<React.Suspense fallback={<div className="h-full bg-gray-100 min-h-screen" />}>
44
- <LazyPlayground bundleBaseUrl versions />
+ <PlaygroundLazy bundleBaseUrl versions />
45
</React.Suspense>
46
}
47
src/LazyPlayground.res renamed to src/PlaygroundLazy.res
0 commit comments