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
While writing the tests for #185, it was found that sometimes the mutation observer will get a duplicate of an element (usually when it is now catching up to multiple events that happened in the app).
I believe this is something that only happens in tests, and possible a side-effect of how jest / jsdom / testing-library work.
If that isn't the case, we should update the logic here:
Summary
While writing the tests for #185, it was found that sometimes the mutation observer will get a duplicate of an element (usually when it is now catching up to multiple events that happened in the app).
I believe this is something that only happens in tests, and possible a side-effect of how jest / jsdom / testing-library work.
If that isn't the case, we should update the logic here:
tram-one/src/mutation-observer.ts
Lines 90 to 102 in ce27626
We should see this happening in apps after #185 and we see
useStores
hooks not cleaning up when they have been removed.The text was updated successfully, but these errors were encountered: