VTTF-0016: InvalidInjection
NOTE
inject() was called without a package id, without a render hook to bind, without a render function, with a name that cannot be used, or with a position that would put the node outside the application element. The name is half the marker that lets a re-render replace the previous injection instead of adding a second one beside it.
| Field | Value |
|---|---|
| Code | VTTF-0016 |
| Name | InvalidInjection |
| Package | @vttforge/core |
| Source | packages/core/src/errors/registry.ts |
This page comes from the registry entry. We are still writing the root causes, common triggers and code samples for each code; the message above is what the runtime throws.
packages/core/scripts/codegen-errors.mjs builds this file from the registry at packages/core/src/errors/registry.ts. Do not edit by hand; re-run pnpm --filter @vttforge/core build after editing the registry.