hunghg255 / reactjs-tiptap-editor

A modern WYSIWYG rich text editor based on tiptap and shadcn ui for Reactjs
https://reactjs-tiptap-editor.vercel.app/
MIT License
180 stars 32 forks source link

Nested <button> elements causing DOM validation warning #3

Closed condorheroblog closed 2 months ago

condorheroblog commented 2 months ago
image

I am encountering a DOM nesting validation warning:

Warning: validateDOMNesting(...): <button> cannot appear as a descendant of <button>.

This is due to our use of Radix UI components (Tooltip, Toggle) in combination with our custom (ActionButton) component.

image