Michał Ferchow
Michał Ferchow
You also have to remove `childAt` from [README](https://github.com/mzgoddard/preact-render-spy/blob/master/README.md#findwrapperchildatindex).
Since this was merged recently and wasn't published on npm maybe we could just remove it without deprecating it first?
Fixed, take a look
AC: - Add `LANG` configuration field - Move every locale-aware string into `LANG` dependent store - Allow frontend dashboard to fetch active `LANG` and use it - Make `LANG` to...
This also seems like a good opportunity to write a unit test for that exact case.
Maybe we could use something like [TanStack Table](https://tanstack.com/table/latest) for the interactive part of the component?