Mars Jullian
Mars Jullian
I also encountered a similar issue today. I have some styles that result in the following styles declarations (we have duplicate declarations for `background-image` due to how we share and...
@fabercancio -- totally understand, thanks for responding!
@rahul1059 -- are you using ES6 classes by any chance? Where `propTypes` might be defined like the following: ``` jsx export class Example extends React.Component { render() { return (Hello...
@rahul1059 -- looks like the version of `react-docgen` we're using should indeed be able to parse ES6 JSX files. I just did a quick sanity check locally and looks like...
@rahul1059 -- it doesn't look like the code above has any `propTypes` defined or comments for the `HelloWorld` component. Were you trying to generate documentation for the component that you...