Idrees Dargahwala

Results 16 comments of Idrees Dargahwala

Jest fails to recognise the path like `import logo from assets/logo.png` where `logo.png` is located at `src/assets`. @dej611 solution works fine. Thanks!

I am facing the same issue on Android. Any fixes or workarounds ?

The size of video.es.js in the bundle is too big. How can i lazy load it in a component ? I am on React 17, CRA 4, Webpack 4.

+1 Getting the REPLY_TIMEOUT errors frequently with the react wrapper. Lot of sentry issues are reported. ![image](https://user-images.githubusercontent.com/10477827/206616557-189d8db8-2e50-4bef-a1cf-825b58c2c9d4.png)

https://github.com/DefinitelyTyped/DefinitelyTyped/issues/59765 Check the above issue. Use `resolutions` to specify your react types version in package.json. Reason: Some of your packages might be dependent on wildcard version of react types i.e...

> > Check the above issue. Use `resolutions` to specify your react types version in package.json. > > Just to be clear, isn't this fix essentially "downgrade `@types/react` back to...