I repeatedly see FF code (i.e. setFormFields or similar) that uses setState without mounted check that can potentially occurs into runtime errors (someone hidden some others don't) about the usage of setState after dispose actions.
I would want to understand the reasoning behind it because it's extremely disappointing to have this errors constantly and cannot fix them.