docs icon indicating copy to clipboard operation
docs copied to clipboard

Add typeId constraint to create_adapter_manually.md

Open NiklasPor opened this issue 4 years ago • 2 comments

Currently, the docs are not mentioning that there is a constraint on the custom typeId.


Constraint: type_registry_impl.dart

if (!internal) {
  if (typeId < 0 || typeId > 223) {
    throw HiveError('TypeId $typeId not allowed.');
  }

NiklasPor avatar Aug 03 '21 08:08 NiklasPor

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/leisim/docs/3TG1QiyHZzU9v2Aesrx7GMwv9DPQ
✅ Preview: https://docs-git-fork-niklaspor-patch-1-leisim.vercel.app

vercel[bot] avatar Aug 03 '21 08:08 vercel[bot]

Currently, the docs are not mentioning that there is a constraint on the custom typeId.

It mentions actually, here.

themisir avatar Dec 04 '21 13:12 themisir