SebastiaanKloos / filament-code-editor

Code editor for Filament
MIT License
30 stars 17 forks source link

I can't make it work #22

Open maxacarvalho opened 1 year ago

maxacarvalho commented 1 year ago

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'),
...
Muffinman commented 1 year ago

@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.

SebastiaanKloos commented 1 year ago

I’ll make a new tag today

ThijsLacquet commented 11 months ago

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