Sami Resua
Sami Resua
Confirmed not working in 0.5.1 when trying to animate the fill attr.
Seeing this too sadly.
Seeing this too
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? 🤔 
@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"; >...