mohamedsabil83 / filament-forms-tinyeditor

A TinyMce Editor component for filament
MIT License
164 stars 37 forks source link

Not compatible with panel spa ->spa() #109

Closed majdghithan closed 7 months ago

majdghithan commented 7 months ago

What happened?

I entered the edit or create records page but the editor will not be shown

How to reproduce the bug

use ->spa() on the panel

Package Version

2

PHP Version

8.1

Laravel Version

10.10

Which operating systems does with happen with?

macOS, Windows, Linux

Notes

No response

mohamedsabil83 commented 7 months ago

Any specific issues in the console? It works as expected on my side.

majdghithan commented 7 months ago
Screenshot 2023-11-04 at 17 31 53
mohamedsabil83 commented 7 months ago

It's a livewire issue. The SPA is still experimental and not stable enough, which is why it could lead to different results. You can see the warning on enabling SPA in Filament docs