Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(editor): render empty fragment if toolbar and editable are null
The editor now renders an empty fragment instead of nothing when both the toolbar and editable props are null. This ensures that the editor always renders something, even if it's just an empty fragment.
- Loading branch information