app/react/Metadata/components/specs/ShowMetadata.spec.js
Prop spreading is forbidden Open
Open
const component = shallow(<ShowMetadata {...props} />).find('.item-info');
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
let component = shallow(<ShowMetadata {...props} />).find('.metadata-timeline-viewer');
- 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 React from 'react';
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
const component = shallow(<ShowMetadata {...props} />);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
const component = shallow(<ShowMetadata {...props} />).find('.item-info');
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
const component = shallow(<ShowMetadata {...props} />);
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/
Prop spreading is forbidden Open
Open
component = shallow(<ShowMetadata {...props} />).find('.metadata-timeline-viewer');
- Read upRead up
- Exclude checks
For more information visit Source: http://eslint.org/docs/rules/