holywyvern/carbuncle

View on GitHub
website/src/pages/playground/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Playground has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Playground() {
  const [value, setValue] = React.useState(exampleGame);
  const [url, setURL] = React.useState(defaultURL);
  const router = useRouter();
  const onHeaderClick = () => {
Severity: Major
Found in website/src/pages/playground/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status