noeldelgado / react-gemini-scrollbar

:last_quarter_moon: React component for custom overlay-scrollbars with native scrolling mechanism.
MIT License
133 stars 24 forks source link

React 15.2.0 and unknown props #25

Closed vdh closed 8 years ago

vdh commented 8 years ago

React 15.2 added some (rather obtuse) warning messages about unknown props:

Warning: Unknown props `autoshow`, `forceGemini` on <div> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
    in div (created by GeminiScrollbar)
vdh commented 8 years ago

@noeldelgado I didn't make any changes in #26 to dist/index.js, I only touched src/index.jsx, so it'll need a rebuild.

noeldelgado commented 8 years ago

@vdh, are you sure? I didn't test it, but I checked the build and didn't find any reference to autoshow or forceGemini on the render method. I will make a quick test though.

vdh commented 8 years ago

@noeldelgado I created #27 to rebuild the fix into dist/index.js.