Skip to content

Conversation

@volkanceylan
Copy link
Contributor

@volkanceylan volkanceylan commented Dec 23, 2024

The prior pull request fixed the issue with jsx-dev-runtime for both min and full ESM version but still getting following when using jsx-dom/min:

Resolve "Directory import '...../jsx-dom/min' is not supported resolving ES modules imported from ...../jsx-dom/min/jsx-runtime.js" 

This is caused by "export { Fragment, jsx, jsx as jsxDEV, jsx as jsxs } from "jsx-dom/min";" as it should have /index.js at the end for ESM.

…g ES modules imported from ../jsx-dom/min/jsx-runtime.js" is vitest. This is caused by "export { Fragment, jsx, jsx as jsxDEV, jsx as jsxs } from "jsx-dom/min";" as it should have /index.js at the end for ESM.
@alex-kinokon alex-kinokon merged commit 2d9b86d into alex-kinokon:master Jan 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants