Results 406 comments of Nate Wienert
trafficstars

Inset isn't so simple because native doesn't support it yet right? In that case a simple variant would be the solution, something like: `variants: { inset: { '...size': {}, ':number':...

Yes, when I fixed the regression causing super slow theme changes these came back (the back and forth of fixing bugs :/). For some reason web is super fast and...

I will get to this soon, but just know nothing is breaking. There's a patch to get rid of it but it slows down your app theme changes a lot,...

Thanks guys I hear you. And sorry it's taking so long. I have my [PR here](https://github.com/tamagui/tamagui/pull/2155) with the refactor to fix it you can subscribe to. I spent a few...

It definitely doesn’t crash, you likely just have a crash at the same time from something else

This probably need significant reworking: 1. Mapping over children and checking them is an anti-pattern in React, because now you can't abstract them. For example if I put an adornment...

@kaceycleveland sorry this has gotten a bit stale, I'd like to come back to it and get it merged. Let me know your thoughts on latest status. I can clean...

We've fixed the issue with group context. I actually didn't even know component context was visible externally tbh, it's meant to be an internal thing, but happy to land any...

I don't think supporting group listening was on my radar, what's the use case? If we did add a hook or something we'd want it in a separate package or...

Sounds like fixing `usePropsAndStyle` to support groups is an obvious win, which should then fix icons I believe. We should add some tests around the runtime behavior of groups as...