Closed
Description
Forgive me if I'm wrong on this one, but react-docgen does not appear to support static getters in ES6 classes at the moment. Would be awesome if it did. If Im reading the docs right, this is simply a new resolver and the existing handlers can be reused?
static get displayName() {
return "button";
}
static get defaultProps() {
return {
type: "primary",
};
}
Metadata
Metadata
Assignees
Labels
No labels