Open
Description
What version of Elysia is running?
1.3.4
What platform is your computer?
Darwin 24.5.0 arm64 arm
What steps can reproduce the bug?
Unsure I'm using Wrangler Setup
What is the expected behavior?
No error log.
What do you see instead?
Failed to create exactMirror. Please report the following code to https://github.com/elysiajs/elysia/issues
{
type: 'object',
properties: { userId: { type: 'string', [Symbol(TypeBox.Kind)]: 'String' } },
required: [ 'userId' ],
additionalProperties: false,
[Symbol(TypeBox.Kind)]: 'Object'
}
Additional information
Getting this for nearly every endpoint. It works fine, but I thought this should be flagged.
Have you try removing the node_modules
and bun.lockb
and try again yet?
Yep it even shows up on GitHub Actions