chore(test): silence Apollo deprecation warning #20
Annotations
10 warnings
|
lint:
pages/_document.js#L43
Do not include stylesheets manually. See: https://nextjs.org/docs/messages/no-css-tags
|
|
lint:
pages/_app.js#L27
React Hook useEffect has a missing dependency: 'router.events'. Either include it or remove the dependency array
|
|
lint:
pages/404.js#L10
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
lint
React Hook useEffect has missing dependencies: 'autoplay', 'controls', 'fluid', 'onError', 'options', and 'player'. Either include them or remove the dependency array. If 'onError' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
lint:
components/UserProfile/UserProfile.js#L94
React Hook useEffect has missing dependencies: 'handleSignInClick', 'props.currentPerson?.length', and 'props.loading'. Either include them or remove the dependency array
|
|
lint:
components/Nav/Nav.js#L50
React Hook useEffect has missing dependencies: 'router.events' and 'setHoveredItem'. Either include them or remove the dependency array. If 'setHoveredItem' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
lint
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
lint:
components/HomeFeed/HomeFeed.js#L323
`'` can be escaped with `'`, `‘`, `'`, `’`
|
|
lint:
components/EventCallout/EventCallout.js#L21
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
|
lint:
components/CustomLink/CustomLink.js#L19
Component definition is missing display name
|