Beqa
Beqa
@ivanhofer `usageMatchRegex` also matches cases like `LL.foo[dymanic_value]()` which i18n-ally has no way of inferring and throws `en: i18n key "foo[dynamic_value]" does not exist`. So yes, it might need some more...
@ivanhofer Not sure. To be honest I don't even know how to even go around building a tool of this scale. I guess it would require some refactoring on `i18n-ally`'s...
As someone who independently developed my solution for integrating slots into React even before discovering this RFC, I would like to discuss my implementation here to bring a fresh perspective...
What happens if the tooltip was used this way: ```jsx {[ First, Second ]} {[ Third, Fourth ]} Fifth Without key ``` And what if the tooltip accepted another slot,...