Shota Papiashvili

Results 8 comments of Shota Papiashvili

I generally agree, but we have a lot of use of frontload, around 450 of them in our app. Applying this method will add a lot of code for us...

https://github.com/davnicwil/react-frontload/pull/54

Hi, Maybe we should do something like this: ``` let cache: any[] = []; JSON.stringify(data, (key, value) => { if (typeof value === 'object' && value !== null) { if...

Hi, Any progress with this PR?

any updates on this issue?

OK. i will create a PR soon...

It because ``` '1' !=== 1 ```