You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we were having some problems in our app with components being unmounted in an unpredictable way. We traced it back to this line below.
Let's say a portal was unmounted, doesn't having the index in the key ensures that those Portals in the list after the unmounted one rerenders because of the new key, but the ones in the beginning of the list will not? (since their key will be the same due to being at the same index as before)
Hi, we were having some problems in our app with components being unmounted in an unpredictable way. We traced it back to this line below.
Let's say a portal was unmounted, doesn't having the index in the key ensures that those Portals in the list after the unmounted one rerenders because of the new key, but the ones in the beginning of the list will not? (since their key will be the same due to being at the same index as before)
unmount
react-native-portalize-jibberishkey111-1
react-native-portalize/src/Manager.tsx
Line 40 in cf09c48
The text was updated successfully, but these errors were encountered: