react-draggable-tab icon indicating copy to clipboard operation
react-draggable-tab copied to clipboard

Tabs class copies all Tab props to li element, causes warning

Open mgsouth opened this issue 7 years ago • 0 comments

When Tabs.js render() creates the

  • element for a tab, it copies all of the tab's props. One of them, "uncloseable" (renamed from "disableClose" in my PR) is a boolean. Copying this prop to
  • results in a react-dom warning that a "Received true for a non-boolean attribute uncloseable."
  • mgsouth avatar Jan 28 '18 02:01 mgsouth