I can't make it work
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 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.
I’ll make a new tag today
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