Skip to content

Conversation

@NiklasPor
Copy link

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.');
  }

@vercel
Copy link

vercel bot commented Aug 3, 2021

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

@themisir
Copy link
Member

themisir commented Dec 4, 2021

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

It mentions actually, here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants