docs
docs copied to clipboard
Add typeId constraint to create_adapter_manually.md
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.');
}
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
Currently, the docs are not mentioning that there is a constraint on the custom
typeId.
It mentions actually, here.