Jiří Staniševský
Jiří Staniševský
I currently use local "mutable" variable way (without `initialProps`) in a multi-prop friendly flavor: ```javascript const props = { propA: 1, propB: 2 } const { rerender } = renderHook(()...
> I can investigate more but if you have some knowledge to share to help me with those, I would appreciate. Thanks! Honestly I have no experience with this so...
Hello Nikola, First of all, let me apologize for a rather long radio silence. The previous maintainer left the company and it took us a while to replace him on...
Hello, I'll keep this open to think about your suggestion a bit more. I'd rather do something like: ```js const property = argv[configValueArg] readJson(property ? config[property] : config) ``` to...
@littlewhywhat Sadly I won't get to it anytime soon. Sorry. I'll leave the judgement to you guys. The only immediate remark I have is that there is a built-in function...
Hello Rijnhard, Thank you for your suggestion. We will consider adding this feature to one of the next releases. However please note that there is a quite comfortable workaround as...
Please please please :pray: We would love this.
@goce-cz is really busy these days, sorry. TBH I don't feel like installing further 3rd party tools into our workspace because of the library. Is this one really critical?
Our codebase uses `ReadyonlyArray`s wherever it can and casting the data explicitly partially defeats the purpose of generating the types. This suggested change would make everything much more pleasant. Is...
You have write access, but you can't self approve a PR. Let me see tomorrow whether we could lift the privileges so that you'd be able to manage the branch...