Stefano Cerelli

Results 23 comments of Stefano Cerelli

> Getting similar error after upgrading Webpack version from 4 to 5 in the Next.js project. Same

I created a file inside the `__mocks__` folder called `react-native-fetch-blob.js` and i mocked all the keys this way: ``` jest.mock('react-native-fetch-blob', () => { return { DocumentDir: () => {}, fetch:...

thx @SoundBlaster but this doesn't solve the error.

@jnrepo look this is the fetch-blob mocked log and this is the jest error: https://cl.ly/3E3C242g1M1K and the line raising this error is: ``` const config = { overwrite : false,...

i was using another lib to validate data, probably it doesn't have ts support. Thanks for the info

thanks @nhunzaker this weekend i'll take care to update this stuff and publish to npm with the other fixes

sorry for the late response, totally missed this issue. how do you instantiating it?

Any news on this?

@mariuslundgard ye i know this, but upgrading to V3 means we got to deal with breaking changes, do you already have a migration guide or even a draft of it?

any update on this issue? I saw that there's no published type on **definitelytyped** do you still need help with this?