william-will-angi
william-will-angi
Thank you @CraigCowling79! Took me forever to figure that out. Would be cool if we could write components as ``` const Component: React.FC = ({ ... export default Component ```...
+1 Would also like to see this addressed
Perfect, I will take a look at that! Thank you for the quick response!
@alexander-akait I put up an PR here: https://github.com/css-modules/postcss-modules-local-by-default/pull/42 Would you mind taking a look when you get a chance? I'm also hoping this MR can be backported to `3.x` if...
We are also experiencing this issue on our composition instance. @WilliamABradley any chance you found a workaround?
+1 Still occurs in 6.3.8. Have to use deprecated `addon-contexts` package instead.
For anyone who wants some spaghetti code that forces it to work in the latest storybook by manually creating dom listeners to update the state: ``` // These should line...
Thank you for the speedy reply! Executing the hooks in a specific order is part of what we're looking for, but we also want to be able to configure resolution...
+1 Downgrading to [email protected] resolved these issues for us
I stumbled upon this package this week, and this is the main blocker for me using it effectively. I am not familiar with the codebase, but I am willing to...