Usage of onError({ request })
results in TypeError: Response body object should not be disturbed or locked
#23
Labels
bug
Something isn't working
What version of Elysia is running?
1.2.10
What platform is your computer?
Darwin 24.1.0 arm64 arm
What steps can reproduce the bug?
Run the following:
What is the expected behavior?
The above should print
status 422
. Running the same sample withbun run
does printstatus 422
.What do you see instead?
Additional information
No response
Have you try removing the
node_modules
andbun.lockb
and try again yet?yes
The text was updated successfully, but these errors were encountered: