eventespresso / event-espresso-core

Event Espresso 4 Core for WordPress: Build an Event Ticketing Website Today!
https://eventespresso.com
GNU General Public License v3.0
122 stars 87 forks source link

Find the cause of state update on unmounted components #2013

Closed manzoorwanijk closed 4 years ago

manzoorwanijk commented 4 years ago

When a Datetime or Ticket is deleted, a warning is shown Can't perform a React state update on an unmounted component. image

manzoorwanijk commented 4 years ago

It might be caused by the Entity context providers.

nicolad commented 4 years ago

Although this is an older article, it might shed some light: https://www.robinwieruch.de/react-warning-cant-call-setstate-on-an-unmounted-component

tn3rb commented 4 years ago

Fixed in #2034