Skip to content

Commit

Permalink
Add dependency array
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 25, 2024
1 parent 08a6d23 commit bcc7082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function ExportPathMapRoute() {
const [mounted, setMounted] = useState(false)
useEffect(() => {
setMounted(true)
})
}, [])
return (
<div>
<h1>exportpathmap was here</h1>
Expand Down

0 comments on commit bcc7082

Please sign in to comment.