JedWatson / react-tappable

Tappable component for React

Home Page:http://jedwatson.github.io/react-tappable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings with react v0.15.2

oliviertassinari opened this issue · comments

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

-    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)))

Having the same exact Issue, Any news about it?

This ticket should be closed. It's fixed in #80 as soon as it's merged in.

@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)