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
Hey, i tried copy TextMenu.jsx code const MenuBar = ({ editor, isSelecting }) => {, my question is why there is isSelecting prop? you never give isSelecting prop when you call this TextMenu.jsx component, it's not built-in props like children right?
Hey, i tried copy TextMenu.jsx code
const MenuBar = ({ editor, isSelecting }) => {,
my question is why there is isSelecting prop? you never give isSelecting prop when you call this TextMenu.jsx component, it's not built-in props like children right?because mine always give
undefined
valuehttps://github.com/Prototypr/prototypr-frontend/blob/337f4b2b7efa8c3fc00e494f70387ee813ae2b1a/components/Editor/Menus/TextMenu.jsx#L45
The text was updated successfully, but these errors were encountered: