Results 409 comments of Nate Wienert
trafficstars

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: ![CleanShot 2025-01-09 at 23 25 15@2x](https://github.com/user-attachments/assets/1963f07b-c6db-48a8-a336-c4842ee04014) It seems to be transforming it right: ![CleanShot 2025-01-09 at 23 25 41@2x](https://github.com/user-attachments/assets/2c66901e-1e94-4a88-80a6-d65623673d26) And you can see its getting to...