Skip to content

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

@mgsouth

Description

@mgsouth

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."

  • Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      No labels
      No labels

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions