aaronshaf / react-toggle

Elegant, accessible toggle component for React. Also a glorified checkbox.

Home Page:http://aaronshaf.github.io/react-toggle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updated version to 2.2.1 breaks my app?

pyrossh opened this issue · comments

index.js:37Uncaught TypeError: Super expression must either be null or a function, not undefined(…)

I guess its got something PureComponent change recently.

I'm guessing you need to update React to >15.3.0, sorry about this

I downgraded the version to 2.01 and still see this error so I guess this wasn't your fault. Need to find out what package is causing this. Thanks.