ui-components
ui-components copied to clipboard
Classes exported by name break react-docs
Repro:
- Export a react component as
default - Also do a named export, such as
export class My Class {}
Expected: It should work
Actual: Syntax errors from the react-docs module
I think this is a webpack or babel problem