gaearon / react-side-effect

Create components whose nested prop changes map to a global side effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning with React 0.14.0-rc1

jackmoore opened this issue · comments

Getting the following console warning when using react-document-title v2.0.0 and react-side-effect v1.0.1:

SideEffect(Component)(...): React component classes must extend React.Component.

+1 It's giving me a warning with react-helmet as well.

commented

Fixed in 1.0.2.

Thanks!