Tim Kolberger
Tim Kolberger
The ChakraProvider has a prop cssVarsRoot where you can pass a custom css selector to which the css vars are attached to. Passing ":root" should have the same effect as...
@lexanth yes, this is still a very valuable PR I'd love to merge. Kindly rebase it onto main. I'd like to test the change of the type `Token` in a...
> Would a strict generation mode PR be acceptable? Yes, I think this would be a great feature for codebases which rely on a strict design system. Love it 💖...
v2 is only focused on React 18 support. We try to keep the breaking changes to a minimum to provide a smooth upgrade experience. Improved theme APIs are next up....
I forgot to update this issue. I experimented in the polymorphic repo, which is basically the extraction of the chakra as prop typings (chakra has still a similar implementation), to...
I created a reproduction for the original error with updated versions here: https://github.com/TimKolberger/issue-reproduction-vite-federated-modules I prepared the repo be easy to setup: ```bash git clone [email protected]:TimKolberger/issue-reproduction-vite-federated-modules.git repro-issue-294 \ && cd $_...
`Product.methods([ 'put' ]);` Same with PUT to Ressource path with no id passed.
Thanks for catching that and providing a good reproduction 💖 When we remove the `ElementType` and narrow it to `as?: Default`, the event typings are correct again ✨ but another...