Mike

Results 2 comments of Mike

Same here - work around for me was to update the component which renders `ReactGoogleRecaptcha` to dispose of the instance before it unmounts. ``` componentWillUnmount() { // hack fix here...

> I also experienced this issue and temporarily resolved it by adjusting the code as follows: > > ```dart > Center( child: SizedBox( > width: mediaSize.width, > height: mediaSize.height, >...