Andrew

Results 32 comments of Andrew

Bump: This is still an issue as of Electron v20.0.0.

Thanks @ckerr. My intention was just to propose the feature. Even still, I wouldn't be opposed to writing it myself if I were familiar with the Electron / Chromium codebases....

+1 I really love this extension, but this is something that really frustrates me, especially since, unless I'm mistaken, even VSCode offers no way to abort a merge, other than...

A month later, and this is still a (frustrating) issue in 7.5.3. My stack: storybook-typescript-react-vite There's also no option for enabling it? (Or disabling it if it were *supposed* to...

> I can imagine that you needed to make a custom build of storybook with patched `react-element-to-jsx-string`... Is there a simpler way? :) @ITsvetkoFF, I just manually went into my...

So, I searched for `__react_docgen_typescript_loader_error`, and the issue is found in the following module: `@joshwooding/vite-plugin-react-docgen-typescript` It appears inside the `dist/chunks/generate.[cjs|mjs]` files which appear to be an AST tree filter, which...

I did track this issue down to what seems to be a problem in one of the following modules: - `@joshwooding/vite-plugin-react-docgen-typescript` - `@joshwooding/react-docgen-typescript` On the 'vite-plugin' module, I've posted [an...

Update: This issue is due to the fact that `@joshwooding/vite-plugin-react-docgen-typescript` depends on an outdated version of `react-docgen-typescript`, but the newest version (v2.2.3) hasn't been pushed to npm. I've manually inserted...

@shilman, Yeah.. I guess it doesn't crash, but I also get no documentation.. :-? I'm assuming the issue is because my documentation *is* on my Props types, not on the...

Thanks @shilman, Unfortunately, I don't. This is private to our company. But I have identified the *exact* issue (again, see my other [issue report](https://github.com/joshwooding/vite-plugin-react-docgen-typescript/issues/33) or read the trace below). Even...