You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! First and foremost, I've been a big fan of this project for many years. Thank you for maintaining it! I found a bug with react-native w/ typescript codegen. I created a repro example here: https://stackblitz.com/edit/stackblitz-starters-hxprjb
The issue is when I combine native and typescript in my config I have conflicting imports.
If I set expandProps to false the duplicate imports don't show up. I'm happy to contribute a fix, but I want to discuss solutions before I dive into the deep
The text was updated successfully, but these errors were encountered:
Hey there! First and foremost, I've been a big fan of this project for many years. Thank you for maintaining it! I found a bug with react-native w/ typescript codegen. I created a repro example here: https://stackblitz.com/edit/stackblitz-starters-hxprjb
The issue is when I combine
native
andtypescript
in my config I have conflicting imports.svgr/packages/babel-plugin-transform-svg-component/src/variables.ts
Lines 44 to 62 in 82928f0
and it's usage here:
svgr/packages/babel-plugin-transform-svg-component/src/variables.ts
Lines 195 to 202 in 82928f0
If I set
expandProps
tofalse
the duplicate imports don't show up. I'm happy to contribute a fix, but I want to discuss solutions before I dive into the deepThe text was updated successfully, but these errors were encountered: