brianRingler / time-distance-tracker

https://time-distance-tracker.vercel.app
0 stars 1 forks source link

Password inputs in register form from not displaying show/hide icon #17

Open imaricodes opened 11 months ago

imaricodes commented 11 months ago

When I run the app from the current main, the password fields do not have the react-hook-form show/hide option. I see the input type is set to 'password'. Is yours working?

imaricodes commented 11 months ago

I believe for some reason the icon that should appear in the password field is not found. This error appears in the browser console when I click in the password field:

6297.infield.js:2 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'icons')

This error is not thrown in incognito mode, but the toggle icon still not does not appear.