SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
613 stars 92 forks source link

Bug Fix: Update state before unmounting #139

Closed mazenchami closed 2 years ago

mazenchami commented 2 years ago

Issue Number

Issue 69

Overview

While closing a <Popover />, I got the warning Can't perform a react state updated on an unmounted component.. Updating the state to set showing: false first then triggering the onCloseComplete function solved this issue.

Task List

Visual

unmount-component-bug
SteffeyDev commented 2 years ago

Thanks for the contribution, hopefully this fixes for everyone!