Closed dilbarov closed 8 months ago
SSR is not supported as the editor heavily relies on client side api's to work.
SSR is not supported as the editor heavily relies on client side api's to work.
This worked fine in version 15
Not really sure whats changed here. The library side changes are very minor.
Few noticeable things between 15-16 are
Since it was not intended to be SSR compatible, never tested there.
The problem is in the build with vite in dev mode. There is an error with the prose mirror library.Because this construct does not work in strict mode.
Issue can be closed
Thanks for figuring this out.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.
What happened?
When I use the module in SSR, I get a SyntaxError: Unexpected token ':' error
Version
v16.0.1
Angular Version
v17.1.1
What browsers are you seeing the problem on?
Chrome
Link to reproduce
No response
Relevant log output
Willing to submit a PR?
None