forked from blackjk3/react-form-builder
-
Notifications
You must be signed in to change notification settings - Fork 368
Open
Description
Issue #183 has resurfaced.
I tried to looking at the diff for v0.11.1 to see if I could figure out the fix. It didn't jump out at me.
For now I'm having to do this to work around:
// Question Editor:
import dynamic from "next/dynamic";
const ReactFormBuilder = dynamic(() => import("react-form-builder2").then((module) => module.ReactFormBuilder), {
ssr: false,
});
// Question Display
import dynamic from "next/dynamic";
const ReactFormGenerator = dynamic(() => import("react-form-builder2").then((module) => module.ReactFormGenerator), {
ssr: false,
});
Metadata
Metadata
Assignees
Labels
No labels