-
Notifications
You must be signed in to change notification settings - Fork 114
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
Cannot read property 'data-ck-expando' of undefined #125
Comments
Hi, can you share your integration code? It will be easier for us to find a source of the problem. |
Added
That is basically all the code |
Hello, i used chrome to run the project and this time the error was clearer. |
After finding out what the real issue was. I checked out the current issues and found that someone else already experienced it. I read through and found a solution #109 (comment) which was to update the project to angular 8.1. That worked for me. Thank you. The ckeditor is really great. Keep up the good work. |
Great to hear that you managed to solve your problem 🎉 |
This worked for me. #109 (comment) |
I followed the angular integration as stated on the website and after i was done i got the warning below.
Could not find a declaration file for module '@ckeditor/ckeditor5-build-classic'. 'path_to_dir/node_modules/@ckeditor/ckeditor5-build-classic/build/ckeditor.js' implicitly has an 'any' type. Try
npm install @types/ckeditor__ckeditor5-build-classicif it exists or add a new declaration (.d.ts) file containing declare module '@ckeditor/ckeditor5-build-classic';
Then i followed the instructions on this link #122 to solve the issue.
After, i noticed that when i navigate from the page i used the ckeditor to another page i get errors on my console.
ERROR Error: "Uncaught (in promise): TypeError: t is undefined ur@http://localhost:4200/vendor.js:93111:179895....
The error doesn't say anything specific. Please do you know how i can solve the issue?
Let me know if you need any more info from me.
ng version
Angular CLI: 8.0.6
Node: 12.4.0
OS: win32 x64
Angular: 8.0.3
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
@angular-devkit/architect 0.800.6
@angular-devkit/build-angular 0.800.6
@angular-devkit/build-optimizer 0.800.6
@angular-devkit/build-webpack 0.800.6
@angular-devkit/core 8.0.6
@angular-devkit/schematics 8.0.6
@angular/cli 8.0.6
@ngtools/webpack 8.0.6
@schematics/angular 8.0.6
@schematics/update 0.800.6
rxjs 6.4.0
typescript 3.4.5
webpack 4.30.0
The text was updated successfully, but these errors were encountered: