-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the issue
Open Chrome devtools, go to the Memory tab, take a heap snapshot (Detached elements)
you should see a lot of img
instances that are not garbage collected.

Expected behavior
zero Detached img
Steps to reproduce
- create app
- render 10 img
- unmount them
- take a heap snapshot (Detached elements)
Test case
https://snack.expo.dev/@retyui/imageloader-memory-leak
Additional comments
No response