react-docgen-typescript icon indicating copy to clipboard operation
react-docgen-typescript copied to clipboard

`export default function` declaration doesn't work

Open boar-is opened this issue 2 years ago • 1 comments

Proper documentation is generated for the following declaration:

function Component() {...}

export default Component

But not for:

export default function Component() {...}

boar-is avatar Nov 12 '23 16:11 boar-is

doesnt seem to work when function component doesnt have props

undesicimo avatar Dec 01 '23 13:12 undesicimo

There was no activity for a long time. The issue will be closed soon.

github-actions[bot] avatar Dec 01 '24 10:12 github-actions[bot]

Closing this issue as obsolete.

github-actions[bot] avatar Dec 09 '24 10:12 github-actions[bot]