Vlad Shilov
Vlad Shilov
Hi! I am gonna try to create a new component 👌 Will let you know about the results.
Hi! Thanks for the issue. AFAIK exporting CJS code for the browser environment is a bad idea and that could break lots of projects using `react-colorful`. Browsers can't handle `module.exports`...
Hey guys! Thanks for your suggestions! Makes sense to me: I'll try removing the `browser` field then.
Just released v5.6.1. Could you please try it in your projects?
Hi! Thanks for the issue! I think it shouldn't be hard to fix. Unfortunately, I'm on vacation (in another country): will do my best to release the patch next week.
Hi! `hsl()` function has different syntaxes and might contain different units. The regexp you added doesn't process alpha values, `hsla` prefix, `deg` and `rad` units, modern slash syntax, etc.
Should we maybe find a way to allow multiple "patching"? I mean something like high order functions: ```js import { withState, withSearch } from '@wouter/addonds' const useAdvancedLocation = withState(withSearch(useLocation)) ```
The "Continue to the app" is really confusing, ugly and make users click it. It would be great to customize it or delay its displaying. I'm implementing "Sign in with...
On mobiles it is the only content on the screen for X seconds (why not display a spinner?):  On desktops it's always visible and...
Having the same issue. Very annoying