editor-js / header

Header Tool for Editor.js 2.0
MIT License
95 stars 122 forks source link

Fix issue of undefined #111

Closed dependentmadani closed 1 week ago

dependentmadani commented 1 week ago

Problem:

An issue of reading undefined by toString.

Cause:

The issue occurs in nomalizeData function, when the data is not of type object, it gets an empty object.

Solution:

There are two solutions for this;