aaronshaf/react-toggle

Why does installing this also install react-addons-pure-render-mixin?

zeroasterisk opened this issue · 1 comments

├─┬ react-toggle@2.1.1
│ └── react-addons-pure-render-mixin@15.3.2

It looks like this is now legacy.

I don't find mention of it in the package.json...

what's up?

That was a dependency for version 2.1.1, we have since moved to using react-addons-shallow-compare, but, now that I think about it, I guess we should move to using React.PureComponent.