{"record":{"id":"6465e8f1e06a2ec6","repo":"facebook/react","slug":"162","errorCode":"162","errorMessage":"This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.","messagePattern":"This should have a text node initialized\\. This error is likely caused by a bug in React\\. Please file an issue\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"packages/react-reconciler/src/ReactFiberApplyGesture.js","lineNumber":514,"sourceCode":"          INSERT_APPEARING_PAIR,\n        );\n      } else {\n        recursivelyInsertNew(finishedWork, instance, null, visitPhase);\n      }\n      if (parentViewTransition !== null) {\n        if (parentViewTransition.clones === null) {\n          parentViewTransition.clones = [instance];\n        } else {\n          parentViewTransition.clones.push(instance);\n        }\n      }\n      break;\n    }\n    case HostText: {\n      const textInstance: TextInstance = finishedWork.stateNode;\n      // $FlowFixMe[invalid-compare]\n      if (textInstance === null) {\n        throw new Error(\n          'This should have a text node initialized. This error is likely ' +\n            'caused by a bug in React. Please file an issue.',\n        );\n      }\n      // For insertions we don't need to clone. It's already new state node.\n      if (visitPhase !== INSERT_APPEARING_PAIR) {\n        appendChild(hostParentClone, textInstance);\n        trackHostMutation();\n      }\n      break;\n    }\n    case HostPortal: {\n      // TODO: Consider what should happen to Portals. For now we exclude them.\n      break;\n    }\n    case OffscreenComponent: {\n      const newState: OffscreenState | null = finishedWork.memoizedState;\n      const isHidden = newState !== null;","sourceCodeStart":496,"sourceCodeEnd":532,"githubUrl":"https://github.com/facebook/react/blob/eafeac097ba51e1eab809c07102126bd5f8e5425/packages/react-reconciler/src/ReactFiberApplyGesture.js#L496-L532","documentation":"Error \"This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.\" thrown in facebook/react.","triggerScenarios":"Thrown at packages/react-reconciler/src/ReactFiberApplyGesture.js:514 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"}