docs/src/components/Tools/Bookmark.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Bookmark has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function Bookmark(): JSX.Element {
  const ref = useRef<HTMLAnchorElement>();
  useEffect(() => {
    const url = 'https://cdn.jsdelivr.net/gh/jcubic/lips@devel/lib/js/bookmark.js';
    fetch(url).then(function(res) {
Severity: Minor
Found in docs/src/components/Tools/Bookmark.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status