{"record":{"id":"238d9d91017f5e3f","repo":"facebook/react","slug":"not-implemented-238d9d","errorCode":null,"errorMessage":"Not implemented.","messagePattern":"Not implemented\\.","errorType":"exception","errorClass":"Error","httpStatus":null,"severity":"error","filePath":"packages/react-dom-bindings/src/server/ReactDOMLegacyServerStreamConfig.js","lineNumber":66,"sourceCode":"\nexport function completeWriting(destination: Destination) {}\n\nexport function close(destination: Destination) {\n  destination.push(null);\n}\n\nexport function stringToChunk(content: string): Chunk {\n  return content;\n}\n\nexport function stringToPrecomputedChunk(content: string): PrecomputedChunk {\n  return content;\n}\n\nexport function typedArrayToBinaryChunk(\n  content: $ArrayBufferView,\n): BinaryChunk {\n  throw new Error('Not implemented.');\n}\n\nexport const byteLengthOfChunk:\n  | null\n  | ((chunk: Chunk | PrecomputedChunk) => number) = null;\n\nexport function byteLengthOfBinaryChunk(chunk: BinaryChunk): number {\n  throw new Error('Not implemented.');\n}\n\nexport function closeWithError(destination: Destination, error: mixed): void {\n  // $FlowFixMe[incompatible-type]: This is an Error object or the destination accepts other types.\n  destination.destroy(error);\n}\n\nexport {createFastHashJS as createFastHash} from 'react-server/src/createFastHashJS';\n\nexport function readAsDataURL(blob: Blob): Promise<string> {","sourceCodeStart":48,"sourceCodeEnd":84,"githubUrl":"https://github.com/facebook/react/blob/eafeac097ba51e1eab809c07102126bd5f8e5425/packages/react-dom-bindings/src/server/ReactDOMLegacyServerStreamConfig.js#L48-L84","documentation":"Error \"Not implemented.\" thrown in facebook/react.","triggerScenarios":"Thrown at packages/react-dom-bindings/src/server/ReactDOMLegacyServerStreamConfig.js:66 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"}