-
-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
Resolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team
Description
Stencil version:
@stencil/core@<version>
I'm submitting a:
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Current behavior:
https://github.com/ionic-team/stencil/blob/master/BREAKING_CHANGES.md#import--h--is-required
Expected behavior:
Improvements coming in TypeScript 4.1 may allow us to remove this requirement via a configuration item in the tsconfig.json as such:
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "@stencil"
}
}Investigate this further when TS 4.1 is available.
Internal discussion starts here: https://ionicteam.slack.com/archives/C7DKHCCFR/p1602850889025100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Resolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team