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
Yes
https://mitosis.builder.io/playground/?code=JYWwDg9gTgLgBAZQiApgYWZAdir8BmUycA5AHQD0AzsigLQDGmEOeZANsDCiQNwBQ%2FFAA9IsOABMU%2BAIYBXdgTlYGMYCzgZwLXDADyANxRQDwFAHcAFAEo4Ab35w4UFDDlQscS46dwAPAB8Pr7%2BSKha2LoBfhRh6MysMEEhMUE%2B1gIAvvxAA
Should not add .jsx or .tsx on import
I have the following setting in my mitosis.config.js
qwik: { typescript: true, preserveFileExtensions: false },
The text was updated successfully, but these errors were encountered:
@bastiW thanks for raising this, we have a helper already for this called explicitImportFileExtension but seems like its not added for qwik
explicitImportFileExtension
we can reuse explicitImportFileExtension for qwik something like this,
mitosis/packages/core/src/helpers/component-file-extensions.ts
Line 150 in a51cd1b
in
Line 136 in a51cd1b
Sorry, something went wrong.
should specify this demand more clear.
No branches or pull requests
I am interested in helping provide a fix!
Yes
Which generators are impacted?
Reproduction case
https://mitosis.builder.io/playground/?code=JYWwDg9gTgLgBAZQiApgYWZAdir8BmUycA5AHQD0AzsigLQDGmEOeZANsDCiQNwBQ%2FFAA9IsOABMU%2BAIYBXdgTlYGMYCzgZwLXDADyANxRQDwFAHcAFAEo4Ab35w4UFDDlQscS46dwAPAB8Pr7%2BSKha2LoBfhRh6MysMEEhMUE%2B1gIAvvxAA
Expected Behaviour
Should not add .jsx or .tsx on import
Actual Behaviour
Additional Information
I have the following setting in my mitosis.config.js
The text was updated successfully, but these errors were encountered: