Open nichenqin opened 5 months ago
This could be a bug with bun's build command, a possible cause of the bug is in the elysia-html repo,
https://github.com/elysiajs/elysia-html/blob/b94978dc154dbe83b4f546c56c14c433bd4e9a15/src/h.ts#L14
the function is being called recursively, only in the production build
What version of Elysia.JS is running?
1.0.20
What platform is your computer?
Darwin 23.1.0 arm64 arm
What steps can reproduce the bug?
index.tsx
)What is the expected behavior?
The application should render the JSX correctly after running bun build and starting the built application.
What do you see instead?
{ "name": "RangeError", "message": "Maximum call stack size exceeded." }
Additional information
No response