I want to use this library in angular 17 but I get the following error. Do you have a suggestion? [vite] Error when evaluating SSR module /main.server.mjs: |- ReferenceError: window is not defined
I found the problem. I guess it depends on which operating system we created the project on. While I received the above error in Linux, this error did not occur when I performed the same operations in Windows.
editor.js styling modification will be a good video
Thank you very much. You saved me.
is this library compatible with angular version 15?
Sorry, not sure about that.
I want to use this library in angular 17 but I get the following error. Do you have a suggestion?
[vite] Error when evaluating SSR module /main.server.mjs:
|- ReferenceError: window is not defined
You cannot use it in Server side rendering. It can be rendered only at client side.
I found the problem. I guess it depends on which operating system we created the project on. While I received the above error in Linux, this error did not occur when I performed the same operations in Windows.