-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Several warnings on Attached Layout #2154
Labels
Comments
Please fill our issue template. |
We've misspelled |
We also have attached: PropTypes.oneOfType([
PropTypes.bool,
PropTypes.oneOf(['bottom']),
]), We should arguably accept |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just installed semantic-ui-react to do some tests and maybe implement in an ongoing project. Right off the bat I get plenty of warnings just copying and pasting the sample code given in "attached content" layout section. It seems to work ok, but here are some of the warnings:
Warning: Failed prop type: Invalid prop
attachedsupplied to
Message.
Warning: Unknown prop
verticalAllignon <table> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
Warning: validateDOMNesting(...): <th> cannot appear as a child of <thead>. See AdminPanel > TableHeader > thead > TableHeaderCell > TableCell > th.
Warning: Unknown prop
verticalAllignon <table> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
The text was updated successfully, but these errors were encountered: