We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.3-canary.51+ba8573494
Darwin 24.2.0 arm64 arm
index.tsx
const element = <h1>Hello, world!</h1>; console.log(element);
according to https://bun.sh/docs/runtime/jsx#logging
Should log:
<h1>Hello, world!</h1>
logs
{ $$typeof: Symbol(react.transitional.element), type: "h1", key: null, props: { children: "Hello, world!", }, _owner: null, ref: null, _store: { validated: 0, }, _debugInfo: null, }
No response
The text was updated successfully, but these errors were encountered:
paperclover
No branches or pull requests
What version of Bun is running?
1.2.3-canary.51+ba8573494
What platform is your computer?
Darwin 24.2.0 arm64 arm
What steps can reproduce the bug?
index.tsx
What is the expected behavior?
according to https://bun.sh/docs/runtime/jsx#logging
Should log:
What do you see instead?
logs
Additional information
No response
The text was updated successfully, but these errors were encountered: