filament-code-editor icon indicating copy to clipboard operation
filament-code-editor copied to clipboard

I can't make it work

Open maxacarvalho opened this issue 2 years ago • 3 comments

Hi,

I followed the installation and usage steps but I'm getting the error No hint path defined for [filament-code-editor].

Here's the way I'm calling the field:

...
CodeEditor::make('my_field'),
...

maxacarvalho avatar Jun 24 '23 11:06 maxacarvalho

@maxacarvalho Just ran into this myself. It seems the fix for this was merged but not yet tagged for release:

https://github.com/SebastiaanKloos/filament-code-editor/pull/17

Would suggest pulling in dev-main to make it work now.

Muffinman avatar Jun 28 '23 08:06 Muffinman

I’ll make a new tag today

SebastiaanKloos avatar Jun 30 '23 10:06 SebastiaanKloos

I have the same problem. After updating our dependencies, this package (v1.1.5) does not work with the latest release of filament 2. Could you please make a new tag? Because I prefer to not have a dependency on the master branch in case of breaking changes

ThijsLacquet avatar Aug 29 '23 19:08 ThijsLacquet