firecmsco / firecms

Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
https://firecms.co
Other
1.15k stars 184 forks source link

Replace @uiw/react-md-editor with a different Markdown editor #417

Closed fgatti675 closed 1 year ago

fgatti675 commented 1 year ago

At this moment, this is the only dependency that requires additional setup to run with Next.js and SSR See https://github.com/Camberi/firecms/issues/415#issuecomment-1299336136 This would allow developers to use next.js out of the box

KULTI1995 commented 1 year ago

bump :)

fgatti675 commented 1 year ago

This has been implemented in the last 2.0.0 version. FireCMS can be now used with next.js, at least with SSR switched off for now.

const Admin = dynamic(() => import("../your_firecms_app"), { ssr: false });