Nate Wienert
Nate Wienert
`!= null` is a good way for us to standardize on as a check if something is anything except null/undefined (but wont remove 0, empty string etc).
I don't like these cards here at all, I don't think we need a call out here.
Closing as duplicate
We may have had some temporary regression, but it feels pretty decent now. We are pushing animations quite heavily.
Hm so you shouldn't actually need mjs I need to check with the dev who changed those docs..
Fixed in next version, should work with both: - 0d075cd0abe96259bb98831f0a742bab76b7d37d - cf2f0e8527d3a5517358165bb1833a01e4817f12
Can you set up a repro please
We need to fix the naming to match the transform we use for next.js in our next plugin: ``` nextConfig.modularizeImports['@tamagui/lucide-icons'] = { transform: `@tamagui/lucide-icons/dist/esm/icons/{{kebabCase member}}`, skipDefaultConversion: true, } ``` You...
You can define your own sizes, if you can show me the components where it does look for $4 happy to fix that, it should only use `$true` now which...
a few things: 1. your variants were missing `as const`, fixed one 2. we should have `unstyled` prop for everything that passes through context 3. the Button does this but...