We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I am getting the above error.
Alpine.start() is called in my app.js
It seems that the listener document.addEventListener("alpine:init", () => { Alpine.data( "editorjs",
document.addEventListener("alpine:init", () => { Alpine.data( "editorjs",
Only gets set after that so it does not get triggered and as a result editorjs is not available...? Grateful for any assistance.
"filament/filament": "^2.16", "filament/forms": "^2.0", "livewire/livewire": "^2.10", "laravel/framework": "^9.19",
The text was updated successfully, but these errors were encountered:
In case useful, from @rhmrms on Discord:
php artisan vendor:publish --provider="FilamentEditorJs\FilamentEditorJsServiceProvider" --tag="filament-editorjs-assets"
<link href="{{ asset('vendor/filament-editorjs/css/editor.css') }}" rel="stylesheet">
<script src="{{ asset('vendor/filament-editorjs/js/editor.js') }}"></script>
Sorry, something went wrong.
No branches or pull requests
Hello, I am getting the above error.
Alpine.start() is called in my app.js
It seems that the listener
document.addEventListener("alpine:init", () => { Alpine.data( "editorjs",
Only gets set after that so it does not get triggered and as a result editorjs is not available...? Grateful for any assistance.
"filament/filament": "^2.16",
"filament/forms": "^2.0",
"livewire/livewire": "^2.10",
"laravel/framework": "^9.19",
The text was updated successfully, but these errors were encountered: