Open imaricodes opened 1 year 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.
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?