app/react/App/Provider.js
Prop type "object" is forbidden Open
Open
initialData: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "initialData" is not required, but has no corresponding defaultProps declaration. Open
Open
initialData: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Definition for rule 'node/no-restricted-import' was not found. Open
Open
import { Component, Children } from 'react';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "children" is not required, but has no corresponding defaultProps declaration. Open
Open
children: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
children: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prefer named exports. Open
Open
export default CustomProvider;
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "language" is not required, but has no corresponding defaultProps declaration. Open
Open
language: PropTypes.string,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
isRenderedFromServer should be placed after getInitialData Open
Open
isRenderedFromServer() {
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
propType "user" is not required, but has no corresponding defaultProps declaration. Open
Open
user: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop type "object" is forbidden Open
Open
user: PropTypes.object,
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/