mostafaznv / nova-ckeditor

CkEditor 5 Field for Laravel Nova with Media & Snippet Browsers
https://mostafaznv.gitbook.io/nova-ckeditor/
MIT License
49 stars 20 forks source link

Cannot read properties of undefined (reading '_c') #112

Closed mocheaz closed 6 months ago

mocheaz commented 7 months ago

Hi After installing the extensions on nova (4.23) i got this error TypeError: Cannot read properties of undefined (reading '_c') and all this https://capture.dropbox.com/kTiW5alWOe9ZEIII

What i'm doing wrong?

mostafaznv commented 7 months ago

Hi. Could you tell me the versions of nova-ckeditor and laravel you have installed?

mocheaz commented 7 months ago

"laravel/framework": "^8.75" and "mostafaznv/nova-ckeditor": "^1.0"

mostafaznv commented 7 months ago

To install NovaCkEditor on Laravel 8.*, you need to have at least version 4.26 of Laravel Nova installed.

Reference: https://github.com/mostafaznv/nova-ckeditor/releases/tag/1.1.0

mocheaz commented 6 months ago

Thank you. It worked!