Steven Pribilinskiy

Results 40 comments of Steven Pribilinskiy

The `@cloudbeds/webpack-module-federation-types-plugin` is now [available on Github](https://github.com/cloudbeds/webpack-module-federation-types-plugin). Feel free to use [Issues](https://github.com/cloudbeds/webpack-module-federation-types-plugin/issues) or [Discussions](https://github.com/cloudbeds/webpack-module-federation-types-plugin/discussions/20) tabs. And let me thank @ScriptedAlchemy for the awesome Module Federation plugin upon which a lot...

I've just upgraded to 6.4 beta and using `ComponentStoryObj` as in this example https://github.com/storybookjs/storybook/blob/next/examples/react-ts/src/AccountForm.stories.tsx#L21 to aid in autocompletion. We use Chakra UI components and unfortunately there's none for the `args`...

Thx @tmeasday for chiming in Here's the [signature of the factory function](https://github.com/chakra-ui/chakra-ui/blob/main/packages/system/src/system.ts#L93) It returns [`ChakraComponent` ](https://github.com/chakra-ui/chakra-ui/blob/main/packages/system/src/system.types.tsx) As I see it combines [`ChakraProps`](https://github.com/chakra-ui/chakra-ui/blob/main/packages/system/src/system.types.tsx#L23) & component's `P`rops

Not sure, solved by using the `StoryObj` interface instead

My apologies, better will try to contribute instead of criticizing

Looks like [`yarn install --check-files` is the answer](https://github.com/yarnpkg/yarn/issues/3223#issuecomment-296373273), but why [it's not documented](https://yarnpkg.com/lang/en/docs/cli/install/).

@luchillo17 the `--force` flag probably should be used as the last resort. It will also make requests to the server, ignoring the cache, all packages will be downloaded again.

I just run `jest --updateSnapshot` and that flag removes obsolete snapshots

@neoziro Why this issue is closed? There's even a library that transforms information that was output by puppeteer's API to a format consumable by Istanbul reports https://github.com/istanbuljs/puppeteer-to-istanbul

![image](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/assets/3078595/477de76f-c0ee-417b-9880-366958e43d7a) which build is that?