scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.65k stars 192 forks source link

Any help with this error "cm is not a function" in nextJs #291

Closed Byiringiro-saad closed 1 year ago

Byiringiro-saad commented 1 year ago

Anyone met this error! I am unable to use react-codemirror2 in nextJs, am always getting this error! image image

Andrewkz commented 1 year ago

i also have this problem.

Andrewkz commented 1 year ago

Anyone met this error! I am unable to use react-codemirror2 in nextJs, am always getting this error! image image

you can try to install lower version of codemirror. like v5.56.0

Byiringiro-saad commented 1 year ago

It worked after downgrading codemirror to v5.56.0 Thanks alot @Andrewkz

kaushal1999 commented 1 year ago

downgrading to codemirror v5.56.0 not working @Andrewkz