codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
28.66k stars 2.08k forks source link

Issue with NestedList and List types for EditorJS #2812

Open VladMesesan opened 2 months ago

VladMesesan commented 2 months ago

Trying to add a List or a NestedList to the editorJS tools results in errors related to the new Tool and BlockTool Constructables.

image

image

As of right now, downgrading the @editorJs/List package to 1.9.0 solves the issue. Not sure about the nestedList package though. Will provide any other info required. Thanks!

neSpecc commented 2 months ago

Thanks for the report, we'll take a look soon