Ilya Amursky

Results 4 issues of Ilya Amursky

### Current Behavior When deploying an expo app to Vercel from the local machine using vercel cli (`vercel --prod`), everything is ok. But when Vercel builds the project via CI/CD...

I'm using chonky with my own set of components, but I'm still getting Material UI imported in my bundle. It would be awesome to have a headless version of the...

I’m trying to achieve variant composition as shown in the example below, but the styled function’s `defaultVariant` option only accepts a single value. Since the `Button` component can take an...

I was confused by the error `Type 'string' is not assignable to type 'undefined'` when used variant prop after setting up the project for the first time. I found a...