Replace parentheses with brackets #3
Annotations
10 warnings
Lint:
pages/account/[[...index]].tsx#L53
React Hook useEffect contains a call to 'setDisplayLogoutModal'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [] as a second argument to the useEffect Hook
|
Lint:
pages/api/account/helpers.ts#L35
Unexpected any. Specify a different type
|
Lint:
pages/api/account/helpers.ts#L53
Unexpected any. Specify a different type
|
Lint:
pages/bib/[id]/index.tsx#L3
'useEffect' is defined but never used
|
Lint:
pages/test-pickup-times/index.tsx#L70
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
|
Lint:
src/components/BibPage/ElectronicResources.test.tsx#L10
'exp' is defined but never used
|
Lint:
src/components/BibPage/ElectronicResources.tsx#L11
'Text' is defined but never used
|
Lint:
src/components/Links/ExternalLink/ExternalLink.tsx#L15
Unexpected any. Specify a different type
|
Lint:
src/components/Links/RCLink/RCLink.tsx#L19
Unexpected any. Specify a different type
|
Lint:
src/components/MyAccount/CheckoutsTab/RenewButton.tsx#L102
React Hook useEffect has a missing dependency: 'checkout.id'. Either include it or remove the dependency array
|