microbundle
doesn't support TS 4.1 react-jsx
config
#255
Labels
problem: needs more info
This issue needs more information in order to handle it
problem: stale
Issue has not been responded to in some time
scope: dependencies
Issues or PRs about updating a dependency
scope: downstream
Issue in a downstream library, not in this library itself
solution: can't repro
An attempt to reproduce has been tried and failed
topic: TS version
Related to a change in a TS version
React 17 ships with a new JSX transform which causes errors during the compilation with Microbundle.
For those who upgraded,
react-scripts
changes automatically yourtsconfig
tojsx: 'react-jsx'
which isn't yet supported by this plugin.See developit/microbundle#763
Is there any plan yet to upgrade this plugin to
version 4.1
?See https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#jsx-factories
The text was updated successfully, but these errors were encountered: