In React 15.1.0 I am getting this warning in the console:
Warning: Unknown propssearch,caseSensitive,matchElement,matchClass,matchStyleon <span> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
This occurs from applying non standard props to an HTML element. i.e. <span search='string'>.
In React 15.1.0 I am getting this warning in the console:
Warning: Unknown props
search,
caseSensitive,
matchElement,
matchClass,
matchStyleon <span> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
This occurs from applying non standard props to an HTML element. i.e.
<span search='string'>
.Thanks for your work on this project. 🙇