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
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/NativeAnimatedNodesManager.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -774,8 +774,12 @@ public class NativeAnimatedNodesManager(
774
774
("Looks like animated nodes graph has ${reason}, there are $activeNodesCount but toposort visited only $updatedNodesCount")
775
775
)
776
776
if (eventListenerInitializedForFabric && cyclesDetected ==0) {
777
+
// TODO T71377544: investigate these SoftExceptions and see if we can remove entirely
0 commit comments