badhon252 / frontend

File .deepsource.toml not found in the default branch of the repository root. Please refer to the docs.

Should not have unused variables JS-0128
Bug risk
Major
1 occurrence in this check
'Pet' is defined but never used. Allowed unused vars must match /^_/u
 1import { useEffect, useState } from "react";
 2import Pet from "./Pet"; 3const ANIMALS = ["bird", "cat", "dog", "rabbit", "reptile"];
 4
 5const SearchParams = () => {