issues Search Results · repo:reactjs/react-docgen language:TypeScript
Filter by
345 results
(209 ms)345 results
inreactjs/react-docgen (press backspace or delete to remove)The overall development speed, as well as the frequency of new features and releases, has slowed down over the past few
years. This is partly because I now have less time to dedicate to open source work. ...
danez
- Opened on Jul 5
- #1005
I created FooProps by extending BarProps, but the description of FooProps is not used; instead, the description of
BarProps is adopted.
Input
export interface BarProps {
/** BarProps param1 */
param1: ...
haitru6458
- Opened on May 14
- #997
I have a prop that is defined as propName: (() = string) | undefined and the function portion of it is showing as
unknown for the tsType
Minimal input
interface Props {
name: (() = string) | undefined ...
kyletsang
- 1
- Opened on May 1
- #994
I m trying hard to add Storybook to a CRA(CO) app with some custom Babel plugins, but no matter what I do, I get
complaints from react-docgen, stating there s no proposal for the pipeline operator:
WARN ...
igorsantos07
- 2
- Opened on Mar 30
- #982
The utility function getNameOrValue breaks when a private name is used in a class component.
I encountered this while using Storybook, as it uses this package to generate documentation.
Related issues: ...
pvdstel
- Opened on Mar 24
- #980
The commander argument parser for the --ignore option:
https://github.com/reactjs/react-docgen/blob/f5d644a3041c227c4889059e787fcbaab57ec70e/packages/react-docgen-cli/src/commands/parse/command.ts#L26-L39 ...
npetruzzelli
- 1
- Opened on Jan 2
- #962
Docs: https://flow.org/en/docs/react/component-syntax/
Code
component Example( text: string = Hello World ) {
return div {text} /div ;
}
Expected
[
{
description : ,
displayName ...
flow
neutraali
- 3
- Opened on Sep 20, 2024
- #944
The current website is missing documentation for most features. Are there plans of adding this?
I m trying to see how to use this tool to document components that use JSDoc for type definitions, and frankly ...
mryechkin
- 1
- Opened on Jun 19, 2024
- #933
We are working in a huge monorepo setup with hundreds of packages. Now if an interface is imported from an external
package - just another package that i m currently scoped into - it won t pick up this ...
rvetere
- 1
- Opened on May 30, 2024
- #930
If an installed package would deliver type informations with d.ts files, it won t parse these files and interface
informations are missing in the props.
It could be fixed in the makeFsImporter.ts file ...
rvetere
- 1
- Opened on May 30, 2024
- #929

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.