Skip to content
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

From 6 to 7 #310

Open
netdjw opened this issue Aug 1, 2022 · 1 comment
Open

From 6 to 7 #310

netdjw opened this issue Aug 1, 2022 · 1 comment
Labels
GitHub status:stale An issue that has been left with no response for an extended period of time.

Comments

@netdjw
Copy link

netdjw commented Aug 1, 2022

What is the current behavior?

I did'nt changed my code, only upgrade version with npm i @tinymce/tinymce-angular@7.0.0 and then I get this error in console:

TypeError: Cannot read properties of null (reading 'init')
    at tinymce-tinymce-angular.mjs:427:27
    at _ZoneDelegate.invoke (zone.js:372:26)
    at Zone.run (zone.js:134:43)
    at NgZone.runOutsideAngular (core.mjs:26275:28)
    at EditorComponent.initialise [as next] (tinymce-tinymce-angular.mjs:426:25)
    at ConsumerObserver.next (Subscriber.js:91:33)
    at SafeSubscriber._next (Subscriber.js:60:26)
    at SafeSubscriber.next (Subscriber.js:31:18)
    at ReplaySubject._subscribe (ReplaySubject.js:31:24)
    at ReplaySubject._trySubscribe (Observable.js:37:25)

I checked the source file:

image

I can't provide demo.

What is the expected behavior?

No error message.

Which versions of TinyMCE/TinyMCE-Angular, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or TinyMCE-Angular?

I use this pacakges:

    "@angular/animations": "^14.1.0",
    "@angular/cdk": "^14.1.0",
    "@angular/common": "^14.1.0",
    "@angular/compiler": "^14.1.0",
    "@angular/core": "^14.1.0",
    "@angular/forms": "^14.1.0",
    "@angular/material": "^14.1.0",
    "@angular/platform-browser": "^14.1.0",
    "@angular/platform-browser-dynamic": "^14.1.0",
    "@angular/router": "^14.1.0",
    "@tinymce/tinymce-angular": "^7.0.0",
    "tinymce": "^6.1.2",
    "tinymce-i18n": "^22.5.2",
@exalate-issue-sync
Copy link

Ref: INT-2972

@danoaky-tiny danoaky-tiny added the status:stale An issue that has been left with no response for an extended period of time. label Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GitHub status:stale An issue that has been left with no response for an extended period of time.
Projects
None yet
Development

No branches or pull requests

2 participants