JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

Warnings with react v0.15.2 #79

Closed oliviertassinari closed 8 years ago

oliviertassinari commented 8 years ago

I'm seeing the following warnings when upgrading to React v0.15.2

-Warning: Unknown props `activeDelay`, `classBase`, `handlers` on <div> tag.
-Remove this prop from the element.
-For details, see https://fb.me/react-unknown-prop
Stack trace ``` diff - in div (created by Tappable) - in Tappable (created by Menu) - in ReactCSSTransitionGroupChild (created by ReactTransitionGroup) - in div (created by ReactTransitionGroup) - in ReactTransitionGroup (created by ReactCSSTransitionGroup) - in ReactCSSTransitionGroup (created by ViewContainer) - in ViewContainer (created by Menu) - in Menu (created by UserMenu) - in UserMenu (created by pure(UserMenu)) - in pure(UserMenu) (created by connect(pure(UserMenu))) - in connect(pure(UserMenu)) (created by App) - in div (created by App) - in div (created by App) - in App (created by provide(App)) - in provide(App) (created by Transition) - in Transition (created by RouterContext) - in RouterContext (created by Router) - in TransitionContext (created by Router) - in Router (created by Routes) - in Routes (created by connect(Routes)) - in connect(Routes) (created by provide(connect(Routes))) - in provide(connect(Routes)) (created by withContext(provide(connect(Routes)))) - in withContext(provide(connect(Routes))) ```
yofret commented 8 years ago

Having the same exact Issue, Any news about it?

markshust commented 8 years ago

This ticket should be closed. It's fixed in https://github.com/JedWatson/react-tappable/pull/80 as soon as it's merged in.

edgesoft commented 8 years ago

@oliviertassinari I'm using latest version on npm but still get errors.

warning.js?8a56:44Warning: Unknown props `activeDelay`, `
classBase`, `handlers` on <span> tag. Remove these props 
from the element. For details, see https://fb.me/react-unknown-prop
 in span (created by Tappable)