Skip to content

Instantly share code, notes, and snippets.

@sag1v
Last active October 25, 2019 20:42
Show Gist options
  • Save sag1v/7d34e5f18303b7e22651dab5d47f7a67 to your computer and use it in GitHub Desktop.
Save sag1v/7d34e5f18303b7e22651dab5d47f7a67 to your computer and use it in GitHub Desktop.
Markdium-React state update on an unmounted component
function App() {
return (
<div>
<Pets />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment