Sami Resua

Results 21 comments of Sami Resua

Confirmed not working in 0.5.1 when trying to animate the fill attr.

This is also a pain point for me. Also happy to help with anything to fix this

Thanks @majklovec this solved my issue

I unfortunately ran into some rendering issues with ‘themeprovider-storybook’ so ended up switching to the more generic ‘addon-contexts’ which is perfect! https://www.npmjs.com/package/@storybook/addon-contexts

I wonder if an API like the below could work to automate this? 🤔 ![code](https://user-images.githubusercontent.com/21065581/90307656-41fec180-ded0-11ea-839c-02b81ed38ebd.png)

@shilman not sure how TS users would type the second argument though, would an intersection type work? ``` subcomponents: SubOneProps & SubTwoProps ```

In need of exactly this! I have a `homepage` path set in my `package.json` and serving my CRA build locally requires me to manually create the folder structure 🤕

> My workaround: > > ```javascript > > import React, { useState } from "react"; > > import { makeStyles } from "@material-ui/core"; > > import clsx from "clsx"; >...