You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to add SSR to our angular application and we are getting the error below:
ReferenceError: self is not defined at Object.<anonymous> (xxx/yyy/node_modules/jodit/build/jodit.min.js:1:267)
Is it possible to prevent the loading of jodit.min.js if the platform is 'server'?
Thanks,
Berra
The text was updated successfully, but these errors were encountered:
We are trying to add SSR to our angular application and we are getting the error below:
ReferenceError: self is not defined at Object.<anonymous> (xxx/yyy/node_modules/jodit/build/jodit.min.js:1:267)
Is it possible to prevent the loading of jodit.min.js if the platform is 'server'?
Thanks,
Berra
The text was updated successfully, but these errors were encountered: