Joe SG Lee
Joe SG Lee
Never mind, it doesn't work. ---- Using 1.10.0, I got the same error reported in Sentry. After resetting synchronously, I've got no error anymore. ``` const recaptchaRef = useRef(); const...
Is `reset` necessary on umount? I just removed `this.reset()` in `componentWillUnmount`
Use `width` ``` ```
> As a tip to @fengerzh and anyone who's blocked by this - I switched to [eslint-import-resolver-custom-alias](https://github.com/laysent/eslint-import-resolver-custom-alias), which works fine at least for my needs Thanks. you guys saved my...
@abhishekgoyaldev it works perfect!
> "react-native": "0.74.5", "react-native-svg": "15.2.0" > > isok You saved my day. I downgraded from 15.7.0 to 15.2.0 it works.