Daniel Duan
Daniel Duan
I completely agree all of the above. Maybe even reorganizing the folders and folder names so that they make more sense in terms of grouping too.
I wonder if docgen detects `PureComponent` as a valid class type. Let me investigate this when I have time, or please feel free to open a PR if you'd like...
@UsulPro is this still something we'd like to support going forward? I think we should either support this full on and have an active maintainer for this or deprecate this...
I think we should deprecate this. I don't think users lose much if they move to `create-react-app` + `sStorybook/react` It's been months since Storybook 3 came out but there hasn't...
in `package.json` -> `build -> mac` the `teamId` key needs to be set: ``` "notarize": { "teamId": "12ABC3D0FG" } ``` the environment variables `APPLE_ID` and `APPLE_APP_SPECIFIC_PASSWORD` needs to be set...
yeah, I already wrote a version of our render function that we can adapt to ours from unsocialize.me https://github.com/danielduan/unSocializeMe/blob/master/assets/js/newsfeed.js
For anyone trying to run this in Electron, the `nodeIntegration` flag needs to be switched on to get access to `fs`