-
-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Unexpected token ':' #520
Comments
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
The text was updated successfully, but these errors were encountered: