{"record":{"id":"0f884f0c4b1883e1","repo":"facebook/react","slug":"549","errorCode":"549","errorMessage":"Cannot start a gesture with a disconnected AnimationTimeline.","messagePattern":"Cannot start a gesture with a disconnected AnimationTimeline\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js","lineNumber":2980,"sourceCode":"    name: name,\n    group: new (ViewTransitionPseudoElement as any)('group', name),\n    imagePair: new (ViewTransitionPseudoElement as any)('image-pair', name),\n    old: new (ViewTransitionPseudoElement as any)('old', name),\n    new: new (ViewTransitionPseudoElement as any)('new', name),\n  };\n}\n\ninterface CustomTimeline {\n  currentTime: number;\n  animate(animation: Animation): void | (() => void);\n}\n\nexport type GestureTimeline = AnimationTimeline | CustomTimeline;\n\nexport function getCurrentGestureOffset(timeline: GestureTimeline): number {\n  const time = timeline.currentTime;\n  if (time === null) {\n    throw new Error(\n      'Cannot start a gesture with a disconnected AnimationTimeline.',\n    );\n  }\n  return typeof time === 'number' ? time : time.value;\n}\n\ntype StoredEventListener = {\n  type: string,\n  listener: EventListener,\n  optionsOrUseCapture: void | EventListenerOptionsOrUseCapture,\n  // When once:true, a wrapper that removes the fragment listener after the\n  // first fire. Otherwise the same as listener.\n  attachedListener: EventListener,\n};\n\nexport type FragmentInstanceType = {\n  _fragmentFiber: Fiber,\n  _eventListeners: null | Array<StoredEventListener>,","sourceCodeStart":2962,"sourceCodeEnd":2998,"githubUrl":"https://github.com/facebook/react/blob/eafeac097ba51e1eab809c07102126bd5f8e5425/packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js#L2962-L2998","documentation":"Error \"Cannot start a gesture with a disconnected AnimationTimeline.\" thrown in facebook/react.","triggerScenarios":"Thrown at packages/react-dom-bindings/src/client/ReactFiberConfigDOM.js:2980 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"eafeac097ba51e1eab809c07102126bd5f8e5425","analyzedAt":"2026-08-21T22:01:08.818Z","schemaVersion":2},"datasetVersion":"2026-08-21T23:17:16.201Z"}