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
0.7.4
Darwin 22.5.0 arm64 arm
changing jsx in tsconfig.json compilerOptions to "jsx": "react-jsx". `{ "compilerOptions": { // ...compilerOptions, "jsx": "react-jsx", "jsxImportSource": "nano-jsx/esm" //example library if set
}, // ...tsconfigOptions }`
no errors, it should be looking for '{library | react}/jsx-runtime'
error: Could not resolve: "nano-jsx/esm/jsx-dev-runtime". Maybe you need to "bun install"?
No response
The text was updated successfully, but these errors were encountered:
Same issue on monterey 12.6.8 using bun 0.8.1 regardless of the jsx config in tsconfig.json.
monterey 12.6.8
bun 0.8.1
jsx
tsconfig.json
Sorry, something went wrong.
Sounds like the same issue as #3768
No branches or pull requests
What version of Bun is running?
0.7.4
What platform is your computer?
Darwin 22.5.0 arm64 arm
What steps can reproduce the bug?
changing jsx in tsconfig.json compilerOptions to "jsx": "react-jsx".
`{
"compilerOptions": {
// ...compilerOptions,
"jsx": "react-jsx",
"jsxImportSource": "nano-jsx/esm" //example library if set
},
// ...tsconfigOptions
}`
What is the expected behavior?
no errors, it should be looking for '{library | react}/jsx-runtime'
What do you see instead?
error: Could not resolve: "nano-jsx/esm/jsx-dev-runtime". Maybe you need to "bun install"?
Additional information
No response
The text was updated successfully, but these errors were encountered: