chore: lint imports #6
Annotations
8 errors and 5 warnings
client/oneTimePayment/react/eslint.config.js#L3
No default export found in imported module "eslint-plugin-react-hooks"
|
client/oneTimePayment/react/eslint.config.js#L6
No default export found in imported module "@typescript-eslint/parser"
|
client/oneTimePayment/react/src/components/PayPalButton.tsx#L1
No default export found in imported module "react"
|
client/oneTimePayment/react/src/components/PaymentModal.tsx#L1
No default export found in imported module "react"
|
client/oneTimePayment/react/src/components/ProductDisplay.tsx#L1
No default export found in imported module "react"
|
client/oneTimePayment/react/src/components/VenmoButton.tsx#L1
No default export found in imported module "react"
|
client/oneTimePayment/react/src/context/sdkContext.tsx#L1
No default export found in imported module "react"
|
client/oneTimePayment/react/src/sections/SoccerBall.tsx#L1
No default export found in imported module "react"
|
client/oneTimePayment/react/eslint.config.js#L11
Caution: `tseslint` also has a named export `configs`. Check if you meant to write `import {configs} from 'typescript-eslint'` instead
|
client/oneTimePayment/react/src/components/PayPalButton.tsx#L20
React Hook useEffect has a missing dependency: 'paymentSessionOptions'. Either include it or remove the dependency array
|
client/oneTimePayment/react/src/components/VenmoButton.tsx#L20
React Hook useEffect has a missing dependency: 'paymentSessionOptions'. Either include it or remove the dependency array
|
client/oneTimePayment/react/src/context/sdkContext.tsx#L50
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
client/oneTimePayment/react/src/context/sdkContext.tsx#L80
React Hook useEffect has missing dependencies: 'sdkInstance' and 'showBoundary'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading