We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forwardRef
Tab
There's an issue with version 3.32.5 (recommended in issue #2100).
3.32.5
Component:
import React from "react"; import { Tabs, Tab } from "@patternfly/react-core"; const Test = () => ( <Tabs activeKey={0}> <Tab eventKey={0} title="Tab0"> Tab0 </Tab> <Tab eventKey={1} title="Tab1"> Tab1 </Tab> </Tabs> ); export default Test;
produces warning:
This issue does not occur in a version 3.16.10
3.16.10
The text was updated successfully, but these errors were encountered:
This has to do with our incorrect PropTypes. I just opened a PR to fix it!
Sorry, something went wrong.
Thanks @redallen I see your fix covered it as well, I have merged a fix just for tabs that also addresses this
Successfully merging a pull request may close this issue.
There's an issue with version
3.32.5
(recommended in issue #2100).Component:
produces warning:
This issue does not occur in a version
3.16.10
The text was updated successfully, but these errors were encountered: