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: scripts/error-codes/codes.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -535,9 +535,9 @@
535
535
"547": "startGesture cannot be called during server rendering.",
536
536
"548": "Finished rendering the gesture lane but there were no pending gestures. React should not have started a render in this case. This is a bug in React.",
537
537
"549": "Cannot start a gesture with a disconnected AnimationTimeline.",
538
-
"550": "useSwipeTransition is not yet supported in react-art.",
539
-
"551": "useSwipeTransition is not yet supported in React Native.",
540
-
"552": "Cannot use a useSwipeTransition() in a detached root.",
538
+
"550": "startGestureTransition is not yet supported in react-art.",
539
+
"551": "startGestureTransition is not yet supported in React Native.",
540
+
"552": "Cannot use a startGestureTransition() on a detached root.",
541
541
"553": "A Timeline is required as the first argument to startGestureTransition.",
542
542
"554": "Cannot setState on regular state inside a startGestureTransition. Gestures can only update the useOptimistic() hook. There should be no side-effects associated with starting a Gesture until its Action is invoked. Move side-effects to the Action instead.",
543
543
"555": "Cannot requestFormReset() inside a startGestureTransition. There should be no side-effects associated with starting a Gesture until its Action is invoked. Move side-effects to the Action instead."
0 commit comments