Aleh Makaranka
Aleh Makaranka
> Anyone who have an workaround? @Sojborg Only with patching a single line of code with `patch-package` for `v8.3.10`. But use it at your own risk. ```diff --- a/node_modules/redux-form/es/createReduxForm.js +++...
@Sojborg Actually, I don't have time to check if the original behavior is intended or a bug. Also, I can't say if this patch can break something or not
> Thanks @cpof-tea! Did you try to make a PR with this change? @Sojborg I will open a PR in a few days then
@erikras could you please review PR?
How do you expect it to work with lazy/async trees when an item is not yet loaded? Async `getById`?
We have a lot of cases, where instead of using just ids for picker, we going with entity 'cause API does not support requesting items by ids. Deprecating entity mode...
The same for me, but I just installed plugin for the first time. Boot animations working, suspend - doesn't, even being explicitly selected in UI. Anything we can do to...
Same issue. Installed sdl2-2.24.1, SteamOS
> I have a small request for improvements. While using lens, I've faced the need to access data within `big` while validating or updating `small`. WDYT, is it worth the...