synapsecns/sanguine

View on GitHub
packages/widget/examples/landing-page/src/app/page.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function Home has 84 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Home() {
  const [config, setConfig] = useState<ConsumerExampleConfig>(initialConfig)
  const [container, setContainer] = useState(false)

  const { web3Provider } = useEthereumWallet()
Severity: Major
Found in packages/widget/examples/landing-page/src/app/page.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status