Sergey Kozlov

Results 44 comments of Sergey Kozlov

@mrmckeb Hi! I recently found out about this package and happily decided to use it. It works fine, but my lock file has grown ~ 1200 lines. This is because...

Hey! I could not find information: will the `storybook@7` stop shipping with webpack 4 by default? As far as I can tell packages `@storybook/addon-docs`, `@storybook/react` and even `@storybook/builder-webpack5` (through `@storybook/core-common`)...

Is there a list of browsers that are supported in version 7? I heard you are planning to drop IE11 (what about Legacy Edge?). Do you have a target list...

also fix for https://github.com/zalmoxisus/redux-devtools-extension/issues/667 (thx @FlorianGerhardt)

@idolize now fixed in @reduxjs/toolkit: https://github.com/reduxjs/redux-toolkit/pull/752/files

Zod brought me out of two days of depression after going through several other libraries. At the moment this is the only problem I have encountered. Against the background of...

Storybook has released `6.4`. I haven't found a new way to set the theme dynamically. My very, very dirty hack with page refresh looks like this: ```ts import React, {...

Hey! It's time to smoothly change the name to "Storybook _7_ docs theming" In `storybook@7` (alpha now) `BaseContainer` has prop `theme`, and passing theme is now much easier. _But_ `storybook-dark-mode`...

> In that example though, should the trues or the falses come first? I believe many languages do it differently. Trues first. We can see the related links in [the...