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
Having this code: <Tabs> <Tab> hello </Tab> </Tabs> throws console warnings, which break our unit tests:
index.js:27 Warning: The prop `href` has been deprecated for the Tab component. It will be removed in the next major release
in App (at src/index.js:13)
index.js:27 Warning: The prop `tabIndex` has been deprecated for the Tab component. It will be removed in the next major release
I'm not passing those in, probably the default props inside Tab is doing this?
Will this fix be included in a 7.23.x? (we can't afford to ride your wave of minor releases, as they consistently introduce breaking changes and regressions)
Having this code:
<Tabs> <Tab> hello </Tab> </Tabs>
throws console warnings, which break our unit tests:I'm not passing those in, probably the default props inside Tab is doing this?
You can see here
https://codesandbox.io/s/sleepy-sid-h56nf
The text was updated successfully, but these errors were encountered: