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
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."
The text was updated successfully, but these errors were encountered:
mgsouth
changed the title
Tabs class copies all Tab props to li element, causes Development warning
Tabs class copies all Tab props to li element, causeswarning
Jan 28, 2018
mgsouth
changed the title
Tabs class copies all Tab props to li element, causeswarning
Tabs class copies all Tab props to li element, causes warning
Jan 28, 2018
When Tabs.js render() creates the
true
for a non-boolean attributeuncloseable
."The text was updated successfully, but these errors were encountered: