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
as='div'
<Tab.Pane as='div'>Tab1</Tab.Pane>
Warning: Unknown prop `loading` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
Not to receive the warning.
Warning displayed.
0.71.3
https://codepen.io/dfilipidisz/pen/yoMBRe
The text was updated successfully, but these errors were encountered:
Thanks, PR open. This was an old design artifact. You can safely ignore the warning as it causes no harm to your app.
Sorry, something went wrong.
No branches or pull requests
Steps
as='div'
:Expected Result
Not to receive the warning.
Actual Result
Warning displayed.
Version
0.71.3
Testcase
https://codepen.io/dfilipidisz/pen/yoMBRe
The text was updated successfully, but these errors were encountered: