We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c9788 commit 659763aCopy full SHA for 659763a
src/app/components/StateRoute/ComponentMap/ComponentMap.tsx
@@ -283,9 +283,6 @@ export default function ComponentMap({
283
// stroke = '#df6f37'
284
}
285
286
- //testing hover functionality
287
- // const [isHovered, setIsHovered] = React.useState(false);
288
-
289
//hover state
290
const [isHovered, setIsHovered] = useState(false);
291
const handleMouseEnter = () => {
0 commit comments