mohamedsabil83 / filament-forms-tinyeditor

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

[Bug]: Undefined variable $getHintAction #108

Closed core45 closed 8 months ago

core45 commented 8 months ago

What happened?

PHP 8.2.11 Laravel 10.29.0 Filament 3.0.85 filament-forms-tinyeditor 2.0.9

I installed and changed the standard Filament's RichEditor (RichEditor works fine) to TinyEditor I get this error:

Undefined variable $getHintAction

[resources / views / vendor / filament-forms-tinyeditor / tiny-editor.blade.php 

How to reproduce the bug

just install it and try to use it as described in the docs

Package Version

2.0.9

PHP Version

8.2.11

Laravel Version

10.29.0

Which operating systems does with happen with?

macOS

Notes

No response

mohamedsabil83 commented 8 months ago

Mainly, you published the view file since v1. In v2, the view file changed. So, delete the view file or force re-publish it and re-apply any modification you did before.

core45 commented 8 months ago

This worked and now it's perfect. Thank you!

mohamedsabil83 commented 8 months ago

You're welcome