@emotion/babel-preset-css-prop
not working with .tsx files
#710
Labels
kind: support
Asking for support with something or a specific use case
scope: integration
Related to an integration, not necessarily to core (but could influence core)
Current Behavior
I've added an additional Babel preset (@emotion/babel-preset-css-prop) using .babelrc. When my React component has a .tsx file extension, this preset doesn't seem to get applied to transpiled output in dist folder. If I rename to .jsx, works great. Maybe I'm missing some additional configuration for this to work but I haven't found anything yet looking through docs.
Expected behavior
I expect my additional preset to be applied to all ts/tsx files.
Suggested solution(s)
Additional context
Your environment
The text was updated successfully, but these errors were encountered: