Automattic / dops-components

Shared Calypso-style components for non-Calypso projects.
GNU General Public License v2.0
9 stars 6 forks source link

Update form-toggle to latest Calypso #94

Closed dereksmart closed 7 years ago

dereksmart commented 7 years ago

The only difference from Calypso we're doing is extending FormToggle off of Component rather than PureComponent, because PureComponent is only available in React versions > 15.something and I didn't want to go down that rabbit hole.

To Test:

eliorivero commented 7 years ago

LGTM 🐑