justinformentin/lstner

View on GitHub
imports/ui/components/Feed.js

Summary

Maintainability
C
7 hrs
Test Coverage

File Feed.js has 384 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import React, { Component } from "react";
import { withApollo, graphql, compose } from "react-apollo";
import { Meteor } from "meteor/meteor";
import { withTracker } from "meteor/react-meteor-data";
import PropTypes from "prop-types";
Severity: Minor
Found in imports/ui/components/Feed.js - About 5 hrs to fix

    Feed has 23 functions (exceeds 20 allowed). Consider refactoring.
    Open

    export class Feed extends Component {
      constructor(props) {
        super(props);
    
        this.state = {
    Severity: Minor
    Found in imports/ui/components/Feed.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status