Closed cam-perry closed 1 day ago
@editorjs/list
@editorjs/nested-list
items: string[]
items: Item[]
@cam-perry, Thanks for PR. Please update your PR or give us access to your fork so we can complete this PR.
This pr is outdated since List 2.0.0 release
@editorjs/list
to@editorjs/nested-list
is a pain because the data format is not compatible.items: string[]
format from@editorjs/list
and converts to theitems: Item[]
format used here.