stonebk

Results 9 issues of stonebk

I recently updated `react-styleguidist` which brought `react-docgen` to `5.3.1` and I started getting a lot of warnings: ``` Warning: Cannot parse src/components/Input/Input.jsx: RangeError: Maximum call stack size exceeded It usually...

Perhaps make it an optional addition

It can be confusing what files are meant to be server and what are meant to be client, so create separate folders, something like this: ``` index.js /client /public /src...

Currently whey don't show the error message which makes it really hard to debug: https://github.com/zillow/create-react-styleguide/blob/master/src/js/createStyleguideConfig.js#L113

A bit of an edge case I ran into while testing. I have a component that looks something like this: ```tsx const [editor, setEditor] = useState(); const onReadyCallback = useCallback(...