-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
FIX: Editor Module SSR Compatibility #8817 #14232
FIX: Editor Module SSR Compatibility #8817 #14232
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@cetincakiroglu is attempting to deploy a commit to the primetek Team on Vercel. A member of the Team first needs to authorize it. |
Deployment failed with the following error:
|
Still not working on my side, do you have any ideas? |
Follow this PR, we can do a quick Google Meet to show u how I solved it. |
This error triggers again. Using Angular 17.1 with PrimeNG 17.5. |
Please help, same issue angular 17 and primeng 17 |
Has anyone found a work around ? |
Checkout my second PR #14325. It fixes the issue. It hasn't been merged yet. As of now you can just create it as a custom component. |
Checkout my second PR #14325. It fixes the issue. It hasn't been merged yet. As of now you can just create it as a custom component. |
Checkout my second PR #14325. It fixes the issue. It hasn't been merged yet. As of now you can just create it as a custom component. |
Fixes issue #8817 .
When using SSR mode in Angular 17, EditorModule throws the following error
so I have added a check, so it only creates a Quill instance when it's in browser mode.