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
What you were expecting:
To work like described in the docs.
I want to remove the toolbar with toolbar={false}
What happened instead:
The toolbar is still there
The doc snippet is not working
ERROR in src/.../create.tsx:31:6
TS2746: This JSX tag's 'children' prop expects a single child of type 'ReactElement<any, string | JSXElementConstructor<any>>', but multiple children were provided.
What you were expecting:
To work like described in the docs.
I want to remove the toolbar with
toolbar={false}
What happened instead:
Steps to reproduce:
Copy paste the docs
Related code:
Environment
The text was updated successfully, but these errors were encountered: