Results 387 comments of Nate Wienert
trafficstars

Still happening? We made some fixes here.

Going to be looking at this one today

This is nice but we'd probably want to use `tamagui-build` from the other packages - its possible maybe we'd want to create an entire folder that has all the config...

@marcus-sa sorry to bother you here, didn't see contact info in your profile - had a q about a github org you don't seem to be using, could pay for...

In general if you get an SSR issue, try adding it to the `deps` in vite.config: ```tsx one({ deps: { '@tanstack/react-query': true } }) ``` We are going to add...

We're looking at fixing this better, because it should be automatically discovered, but because we're doing import.meta.glob inside a virtual entry, we think it's disabling the auto discovery that Vite...

Yes `noExternal` works, but can break other things, like anything that depends on `__dirname`, we have this in the "Common Issues" doc on the site. We're going to make a...

I believe any i18n should work, there's react-18next and others. Not sure if they need some special work to make SSR better?

For some reason I'm seeing this recently but only in Safari. No circular imports, it does hot reload (Safari console says it accepts), but for some reason no change. Likely...