You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-docgen does not follow dependencies. See #33, #73, #180 for similar issues. If you want to get the documentation for SimpleButton, you should pass the file where the Buttons module is defined.
I want to get generated doc in javascript. However, parse function does not seem to work or i do not know how to use properly.
import { SimpleButton } from 'Buttons'
What I want to do is exactly code below
const json = docGen.parse(SimpleButton);``
The text was updated successfully, but these errors were encountered: