Atchyut Preetham Pulavarthi
Atchyut Preetham Pulavarthi
Fix for Issue 1418: [@s-ui/pde] use structured args in useFeature ## Description - Update `useFeature` hook to accept structured args instead of raw args - Update unit tests to account...
Found a bug? Please fill out the sections below. 👍 ### Issue Summary As per [this logic](https://github.com/calcom/cal.com/blob/main/packages/lib/server/username.ts#L50-L55) from `packages/lib/server/username.ts` the premium usernames are either `=4 characters and not in the...
fix(@cal.com/web): update debounce logic to work correctly and not show non-premium usernames as premium - removes redundant useMemo hook from UsernameTextfield.tsx & PremiumTextField.tsx - cancles the debounceAPICall on every unmount...