Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 12, 2020 11:53 pm GMT

New React Hook: use-is-mounted-ref

Today I moved a hook that I use to fix the problem of setting the state to an unmounted component and commonly receives the following error:

Warning: Can only update a mounted or mounting component. This usually means you called setState, replaceState, or forceUpdate on an unmounted component. This is a no-op.

I created the following package:
use-is-mounted-ref

Maybe this can help you to solve this same problem. :)

Feel free to give feedback and share your experience with this topic.


Original Link: https://dev.to/helderburato/new-react-hook-use-is-mounted-ref-2g21

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To