Drapegnik/react-grid

View on GitHub

Showing 2 of 6 total issues

Function App has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function App() {
const columns = [
{ name: 'tool' },
{ name: 'initiator', formatter: o => `${o.id}-${o.name}` },
{ name: 'result' },
Severity: Minor
Found in src/App.jsx - About 1 hr to fix

    Function render has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    render() {
    return (
    <div className="main" >
    <h1>Welcome to STORYBOOK</h1>
    <p>This is a UI component dev environment for your app.</p>
    Severity: Minor
    Found in src/stories/Welcome.jsx - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language