pankod/refine

View on GitHub
packages/devtools-ui/src/components/feed.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Feed has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Feed = () => {
  const [feed, setFeed] = React.useState<FeedType | null>(null);

  const fetchFeed = React.useCallback(async () => {
    try {
Severity: Minor
Found in packages/devtools-ui/src/components/feed.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status