[pull] master from bitcoin-dev-project:master #96
Annotations
3 warnings
|
Run check code:
components/explainers/SlideViewer.tsx#L79
React Hook useEffect has missing dependencies: 'goToNextSlide', 'goToPrevSlide', and 'onClose'. Either include them or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Run check code:
components/decoding-bitcoin/roadmap/InteractiveRoadmap.tsx#L41
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
Run check code:
components/decoding-bitcoin/Navigation.tsx#L135
React Hook useEffect has a missing dependency: 'navigation'. Either include it or remove the dependency array
|
Loading