TheThirdRace
TheThirdRace
Wouldn't it be much simpler like this? ``` type SquareConfig { width: number; color?: string; } function createSquare({ width = 0, color 'white' }: SquareConfig) { // ... } let...
Well, I certainly get that JS flexibility is hard to let go. Been there, done that... My point is more about how much flexibility you want. My experience has been...
In my experience, "self explaining code" is a dogma that everybody repeats, but very few actually really understand. This is how it usually goes: 1. A developer believes his code...
> Because `react-style-singleton` does not "consume" `__webpack-nonce__`, you were the first to hit this problem. I guess I'm the second to hit this problem :(
Isn't there anyway to pass a nonce?
@theKashey I've done some more research on my side and I've hit a snag with the `nonce` solution. ### SSG I use NextJs with SSG (Static Site Generation), which means...
Looks good to me. Once you get a v2 going, I could also test it out on my side to check if everything goes smoothly with my CSP.
Maybe it's the same problem, but for Popover, has this issue for Menu: https://github.com/chakra-ui/chakra-ui/issues/4821
Infinite loops should definitely be fixed by Chakra. Chakra definitely needs efforts to reduce their JS bundle-size because at the moment it's pretty much atrocious. The gains in bundle-size by...
Just preventing the stale bot...