awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
249 stars 64 forks source link

Cannot read properties of undefined (reading 'commands') #366

Closed slovenianGooner closed 1 month ago

slovenianGooner commented 2 months ago

Filament Version

v3.2.66

Plugin Version

v3.3.2

PHP Version

PHP 8.2.0

Problem description

When trying to insert a block in the editor I get the following error in the console:

Screenshot 2024-04-16 at 09 30 19

Everything works fine in v3.3.1.

Expected behavior

The block should insert with any problems.

Steps to reproduce

  1. Register a custom block to editor plugin.
  2. Try to insert the block into the editor.
  3. When clicking submit you get the above mentioned error.

Reproduction repository

No response

Relevant log output

No response

awcodes commented 2 months ago

I can't replicate this.

try php artisan filament:assets to make sure you are serving the correct js files