Closed matthieuprat closed 7 years ago
Any news on this?
@markoshust merged, but I can't release.
Or maybe I can.
Released v1.0.1
It looks like v1.0.1 was released, but still getting the Warning: Tappable: isMounted is deprecated.
error on that version.
@markoshust thanks for the heads up, re-published as v1.0.2
, ran npm run build
this time.
Thank you, 1.0.2 works :)
As of React 15.5,
isMounted
is deprecated.This changeset is based on React's own
isMounted
implementation: https://github.com/facebook/react/blob/v15.6.1/addons/create-react-class/factory.js#L695-L705Fixes #105.