You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use this for imge insertion in TextEditor so it give me a two error ERROR TypeError: editorInstance?.setEditable is not a function (it is undefined) const editor = useEditorBridge({
bridgeExtensions: ['Image'], // Ensure the Image extension is included
});
The text was updated successfully, but these errors were encountered:
when i use this for imge insertion in TextEditor so it give me a two error ERROR TypeError: editorInstance?.setEditable is not a function (it is undefined) const editor = useEditorBridge({
bridgeExtensions: ['Image'], // Ensure the Image extension is included
});
The text was updated successfully, but these errors were encountered: