react-materialize: Unknown Props Warning in React 15.2

React 15.2 has been released. When I use react-materialize with react 15.2, I see some errors like:

bundle.js:4005 Warning: Unknown prop `node` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
    in div (created by Row)

bundle.js:4005 Warning: Unknown prop `s` on <div> tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop
    in div (created by Col)

I hope this gets fixed soon 😃 Thank you.

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 13
  • Comments: 17 (7 by maintainers)

Most upvoted comments

Same warning here. Use <Input s={3} /> and got "Warning: Unknown prop s on <input> tag. ". I guess this is caused by passing s prop to input component. There is a document about unknown prop warning at https://gist.github.com/jimfb/d99e0678e9da715ccf6454961ef04d1b