konstaui / konsta

Mobile UI components made with Tailwind CSS
https://konstaui.com
MIT License
3.3k stars 119 forks source link

fix(react): add missing dep array to Navbar `useEffect` hook #167

Open jkhaui opened 8 months ago

jkhaui commented 8 months ago

I was looking through the React code for the Navbar component to better understand its implementation and noticed the useEffect hook has no dependency array (which I assume is an accidental oversight).