{"record":{"id":"0424d284bf53149e","repo":"ueberdosis/tiptap","slug":"tiptap-error-extension-name-cannot-combine","errorCode":null,"errorMessage":"[tiptap error]: Extension \"${name}\" cannot combine the \"manual\" decoration update strategy with shouldUpdate().","messagePattern":"\\[tiptap error\\]: Extension \"(.+?)\" cannot combine the \"manual\" decoration update strategy with shouldUpdate\\(\\)\\.","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/core/src/decorations/helpers/validateDecorationSpec.ts","lineNumber":37,"sourceCode":"      return\n    case 'changedRanges':\n      if (!spec.createInRange) {\n        throw new Error(\n          `[tiptap error]: Extension \"${name}\" uses the \"changedRanges\" decoration update ` +\n            'strategy but does not provide createInRange().',\n        )\n      }\n      return\n    case 'manual':\n      if (spec.createInRange) {\n        throw new Error(\n          `[tiptap error]: Extension \"${name}\" uses the \"manual\" decoration update strategy, ` +\n            'which is not compatible with createInRange(). createInRange() requires the ' +\n            '\"changedRanges\" strategy.',\n        )\n      }\n      if (spec.shouldUpdate) {\n        throw new Error(\n          `[tiptap error]: Extension \"${name}\" cannot combine the \"manual\" decoration update ` +\n            'strategy with shouldUpdate().',\n        )\n      }\n      return\n    default:\n      throw new Error(\n        `[tiptap error]: Extension \"${name}\" uses an unknown decoration update strategy. ` +\n          'Expected \"document\", \"changedRanges\", or \"manual\".',\n      )\n  }\n}\n","sourceCodeStart":19,"sourceCodeEnd":50,"githubUrl":"https://github.com/ueberdosis/tiptap/blob/496d53afd7e4e3c7424b4749adeff4f45e27ddb0/packages/core/src/decorations/helpers/validateDecorationSpec.ts#L19-L50","documentation":"Error \"[tiptap error]: Extension \"${name}\" cannot combine the \"manual\" decoration update strategy with shouldUpdate().\" thrown in ueberdosis/tiptap.","triggerScenarios":"Thrown at packages/core/src/decorations/helpers/validateDecorationSpec.ts:37 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":"496d53afd7e4e3c7424b4749adeff4f45e27ddb0","analyzedAt":"2026-08-26T22:41:43.400Z","schemaVersion":2},"datasetVersion":"2026-08-27T03:17:27.898Z"}