MirKml
MirKml
I think most straightforward windows setup is MSI install. But it's currently little bit outdated. Latest version is from 2020, and there were some important (for me - git bash...
> .. But it's currently little bit outdated. Latest version is from 2020, and there were some important (for me - git bash related) changes last year. Can you @jasongin...
Any update on this? It seems that @types/wepback as dependency is problematic for Typescript 4.2+. There are many errors like ``` node_modules/@types/webpack/index.d.ts(1260,21): error TS2707: Generic type 'SyncWaterfallHook' requires between 1...
> It is indeed too troublesome to install now. It would be best to publish an installation package that can be installed with one click. Agree. I'm interesting in gop,...
Hm, seems as potential trouble in the future, because TS team wants to use DefineForClassFields compiler strategy as default as I understood.
I experienced same problems with Typescript (version 3.5.3) - `import MaskedInput from 'react-maskedinput'` doesn't work for Typescript es6 target module esnext - `import MaskedInput from 'react-maskedinput/es'` works for Typescript es6...
Nope for me, warnings are still presented is sb 6.5.13. It seems that storybook uses own fork of mentioned plugin @storybook/react-docgen-typescript-plugin@1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0 in my storybook installation. It means that someone from...
As I mentioned in another issue, after upgrade all tooling, latest webpack, latest ts-loader, all works fine with Typescript 5.0.x. My ts-loader configuration for webpack is pretty simple ``` rules:...
It seems that @shilman is responsible for plugin fork - https://github.com/storybookjs/react-docgen-typescript-plugin. So @shilman please, can you update @storybook/react-docgen-typescript-plugin to upstream version which includes updates mentioned by @gravyboat which seems fixed...
@matthew-dean according the repo, it seems that there are some storybook patches, so I don't know if overriding plugin is save. It's used in [doc part of the storybook](https://storybook.js.org/docs/react/writing-docs/introduction). When...