David Bismut
David Bismut
We're using react-colorful. Not sure if the picker supports it but you're welcome to add the feature if it does.
Yes. I'm not sure how to keep retro compatibility with React 17 though.
Just to clarify: Leva is compatible with React 18. It just throws a warning and behaves like React 17, that's all AFAIK. So there's no urgency in making this move.
@periman2 no, Leva won't have any impact on the rest of your app. Let me clarify how this works. We wanted Leva to be as seamless as possible, meaning we...
@controversial I'm reopening the issue for more visibility. But again, what is the problem with having a warning in the console that has zero impact on your app whatsoever? I've...
I think this warning only happens in dev mode, and only at mount. I'll end up doing this if you insist. ```jsx const log = console.log console.log = () =>...
Hm there should be: https://codesandbox.io/s/focused-sun-f9f34
Oh that's weird. We still have some work to do on the ci/cd part.
Would there be a way to see this PR in action? At this point Leva development has a bit stalled, and ideally would need a major API refactor with that...
Hi @xJkit, sorry for the delay. Indeed, we could add `label` as an option to the `folder`. It would probably be something like: ```ts useControls({ myFolder: folder({ materialKind: 'blue' },...