Michał Skowronek

Results 19 issues of Michał Skowronek

Fav icons are available in the style guide but at the time there is no documentation for them. Such a documentation should cover: - visual stories represented all variants of...

Type: Docs

Currently our spinner is created entirely in CSS (using `border-radius` technique). This is completely fine and performant solution. It has a flaw though in the context of brainly process. It...

Type: Enhancement

It was long time since dev dependencies, and especially webpack was updated. I think that the version used in repository might not work in every environment nowadays. Let's upgrade it.

Hi, I've found the issue with the way of handling `value` in react-quill. Passing `undefined` breaks component. This situation happens if you create wrapper around `` and you want to...

This hook is internally used to disable animation during first render (so it has the same behaviour as native css transition). It might be useful for the application to use...

Stories in chromatic are merged into one big story. Because of that some stories lost their look and fee. We need a mechanism to apply decorators from original stories into...

Type: Enhancement

The full release notes regarding version 7 → https://storybook.js.org/blog/storybook-7-0/ As you may know, we predominantly use MDX for documenting our style guide components. However, we've encountered several challenges with this...

Type: Enhancement

Currently, when working with MDX stories in our project, we have noticed that typechecking is not as robust as we would like it to be. This can lead to potential...

Type: Enhancement

It would be helpful to use style guide tokens in JS env in places where SCSS/CSS is not available. Example use cases: - styling external component integrated on JS level...

Type: Enhancement