The rich text editor is not loading the content on update of record.
I have one rich text editor in the Filment forms, and on update of any record the content not loading in the editor, I tied and able to see the content the textarea.
There is following error I see in the console
Uncaught TypeError: Cannot set properties of undefined (setting 'value')
at Proxy.init (rich-editor.js?v=3.2.85.0:144:4901)
at livewire.js?id=07f22875:1160:25
at tryCatch (livewire.js?id=07f22875:1116:14)
at evaluate (livewire.js?id=07f22875:1140:34)
at Function.<anonymous> (livewire.js?id=07f22875:3552:29)
at flushHandlers (livewire.js?id=07f22875:1281:48)
at stopDeferring (livewire.js?id=07f22875:1286:7)
at deferHandlingDirectives (livewire.js?id=07f22875:1289:5)
at Object.initTree (livewire.js?id=07f22875:1476:5)
at Object._activate (async-alpine.js?v=3.2.85.0:1:4233)
Any help will be appreciated.
Thanks
There is following error I see in the console
Uncaught TypeError: Cannot set properties of undefined (setting 'value')
at Proxy.init (rich-editor.js?v=3.2.85.0:144:4901)
at livewire.js?id=07f22875:1160:25
at tryCatch (livewire.js?id=07f22875:1116:14)
at evaluate (livewire.js?id=07f22875:1140:34)
at Function.<anonymous> (livewire.js?id=07f22875:3552:29)
at flushHandlers (livewire.js?id=07f22875:1281:48)
at stopDeferring (livewire.js?id=07f22875:1286:7)
at deferHandlingDirectives (livewire.js?id=07f22875:1289:5)
at Object.initTree (livewire.js?id=07f22875:1476:5)
at Object._activate (async-alpine.js?v=3.2.85.0:1:4233)
Any help will be appreciated.
Thanks
