Nate Wienert
Nate Wienert
Can you try `disableCSSInterop` with the metro plugin? You can probably also just remove the metro plugin altogether.
Upgrading to the latest version to test a fix, should be out in release going out now.
`disableCSSInterop` is a setting on `withTamagui` in your metro config.
@jonsherrard looks good but needs a more thorough review, curious if we need that internal height still, but haven't looked a the source.
Wondering what would we need to add to middlewares to support this now that it's out: https://onestack.dev/docs/routing-middlewares
@anhquan291 I think the issue is when its a color token that's not in themes - lets add test case there and make sure that works.
It’s definitely doable, Vite is if anything super configurable. I am surprised at how much setup they have to make that work, wow. It almost seems easier to make Tamagui...
Separately, we probably could make adding babel and other things easier independently, and allowing this configuration for jsxImportSource, but it'd need to be done well so that it works well...
i'm redoing babel setup here: - https://github.com/onejs/one/pull/374 once that lands i will revisit this as it should fix the babel side
Got it to here:  It seems to be transforming it right:  And you can see its getting to...