Cary Stanley

Results 5 comments of Cary Stanley

Workaround for users experience this is to move propTypes declaration outside of `createReactClass`: example: ``` var SelectBox = createReactClass({ ... }); SelectBox.propTypes = { value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]), selectId: PropTypes.string.isRequired, fullwidth:...

To resolve the issue with `create-react-class` the pkg `isomorphic-fetch` would need to be updated as a patch release `[email protected]` ``` [email protected] > [email protected] > [email protected] > [email protected] – SNYK#SNYK-JS-NODEFETCH-674311 Denial...

We do have actions without the callback param, that do not use promises, this is functionality that has been in place from the beginning. These actions are mostly doing synchronous...

Is this project still being maintained?