Showing 445 of 2,739 total issues
Function Item
has 74 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Item(props) {
const {
label,
icon,
name,
Function CarouselCard
has 74 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const CarouselCard = props => {
const {
children,
id,
className,
File users.js
has 290 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
module.exports = [
{
name: 'Leandro Torres',
company: 'Nexxtway',
email: 'leandro@gmail.com',
Function WeekDayPicker
has 73 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const WeekDayPicker = React.forwardRef((props, ref) => {
const {
id,
name,
value,
Function ConsoleIcon
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ConsoleIcon = props => {
const { className } = props;
return (
<svg className={className} width="17px" height="17px" viewBox="0 0 17 17" version="1.1">
<title>console</title>
Function DateTimePickerModal
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function DateTimePickerModal(props) {
const {
id,
isOpen,
title,
Function Startup
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Startup = props => {
const { className, style } = props;
return (
<svg
className={className}
Function Pencil
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Pencil = props => {
const { className, style } = props;
return (
<svg
className={className}
Function ExperiencesIcon
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ExperiencesIcon = props => {
const { className } = props;
return (
<svg className={className} width="23px" height="18px" viewBox="0 0 23 18" version="1.1">
<g id="pages" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
Function StepTwo
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function StepTwo(props) {
const {
onProcessFile,
isLoading,
hasFileSelected,
Function Wrapper
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function Wrapper(props) {
const { children } = props;
const [theme, setTheme] = useCachedState('theme');
const pageName = window.location.hash.split('/')[1];
const isCustimizationPage = pageName === 'Customization';
Function PathStep
has 69 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function PathStep(props) {
const { name, label, hasError, className, style } = props;
const {
selectedIndex,
hoveredIndex,
File dataTableExamples.js
has 281 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
export const DataTable = [
{
name: 'Leandro Torres',
company: 'nexxtway',
email: 'leandro@gmail.com',
Function useKeyboardNavigation
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function useKeyboardNavigation(
country,
list,
ref,
scrollableRef,
Function AddRecords
has 68 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function AddRecords(props) {
const { className, style } = props;
return (
<svg
className={className}
Function componentDidUpdate
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
componentDidUpdate(prevProps) {
const {
children: prevChildren,
showCheckboxColumn: prevShowCheckboxColumn,
maxRowSelection: prevMaxRowSelection,
Function AccordionTimeline
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function AccordionTimeline(props) {
const { id, children, className, style, multiple, activeSectionNames, onToggleSection } = props;
const registeredTimelineMarkers = useRef([]);
const [activeNames, setActiveNames] = useState(activeSectionNames);
const containerRef = useRef();
Function FileIcon
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function FileIcon() {
return (
<svg width="14px" height="17px" viewBox="0 0 14 17" version="1.1">
<g id="components" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
<g id="Components-FileSelector-" transform="translate(-435.000000, -899.000000)">
Function AdvancedSettings
has 67 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const AdvancedSettings = props => {
const { className, style } = props;
return (
<svg
className={className}
File index.js
has 278 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
/* eslint-disable no-script-url, react/prop-types, jsx-a11y/anchor-is-valid */
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { Consumer } from '../InternalDropdown/context';
import Icon from './icon';