You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pbteja1998 Please be cautious when adding external NPM packages i.e we should not bloat the app with some many dependencies which might increase bundle size which inturns affect user experience on slow devices and network conditions.
For example, instead of vue-overlay-loader, we can use loading and disabled prop on Button and also disable form fields while the form is getting submitted.
When adding any external dependency please make sure it's lightweight. You can check its impact on user devices here https://bundlephobia.com/
Describe the bug
Login
header.To Reproduce
Steps to reproduce the behavior:
Expected Behaviour
The text was updated successfully, but these errors were encountered: