Patch Changes
-
be24d1a: Fix issue (#1365) with the
unbox
fn that removed nullish values,
which could be useful for the Array Syntaxconst className = css({ color: ['black', undefined, 'orange', 'red'], })
-
7c1ab17: Fix issue where the
satisfies
would prevent an object from being extracted