Skip to content
New issue

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

Tab.Pane unknown prop warning when using as='div' #1941

Closed
dfilipidisz opened this issue Aug 7, 2017 · 1 comment
Closed

Tab.Pane unknown prop warning when using as='div' #1941

dfilipidisz opened this issue Aug 7, 2017 · 1 comment
Labels

Comments

@dfilipidisz
Copy link

Steps

  1. Use Tab.Pane with as='div':
<Tab.Pane as='div'>Tab1</Tab.Pane>
  1. Receive react warning:
Warning: Unknown prop `loading` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop

Expected Result

Not to receive the warning.

Actual Result

Warning displayed.

Version

0.71.3

Testcase

https://codepen.io/dfilipidisz/pen/yoMBRe

@levithomason
Copy link
Member

Thanks, PR open. This was an old design artifact. You can safely ignore the warning as it causes no harm to your app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants