Mosaad
Mosaad
**What**: **Why**: typo **How**: removing a work from readme **Checklist**: - [ x] Documentation - [ ] Tests - [ x] Ready to be merged yes
Continuation of https://github.com/vercel/vercel/pull/8217
### Problem Data for people is being refetched every time a user hovers over or click on a tag. That's usually after all data has been loaded when the user...
Related: https://twitter.com/theMosaad/status/1628127839751995396 TODO: - [ ] Make react-virtual work with `scroll-behavior: smooth`. Related issue: https://github.com/TanStack/virtual/issues/381 - [x] While it works on latest iPhone, on iPhone 8 and possibly other old...
### Provide a general summary of the issue here parseColor converts hue from 360 to 0 ### 🤔 Expected Behavior? expect `parseColor('hsb(360, 100%, 100%)').toString('hsb')` to output `'hsb(360, 100%, 100%)'` ###...