Hi, when rerendering InstagramEmbed fast - switching between articles very fast, we sometimes get Cannot read property of null ( reading 'cancel' ) in componentDidUpdate method.
Seems that simple this.request?.cancel() should fix it. Or is there any other way I can fix it ? We are using basic example component from docs.
Thank you

Hi, when rerendering
InstagramEmbedfast - switching between articles very fast, we sometimes getCannot read property of null ( reading 'cancel' )incomponentDidUpdatemethod.Seems that simple
this.request?.cancel()should fix it. Or is there any other way I can fix it ? We are using basic example component from docs.Thank you
