You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to 1.2.10 we receive an error when we click on a video story in the avatar list:
Unhandled JS Exception: _ref$current2.resume is not a function (it is undefined)
TypeError: _ref$current2.resume is not a function (it is undefined)
[...]
We don't have this issue if we click on an image story in the avatar list and then go to the video story by swiping left or right in the stories modal.
We tried to find a solution but couldn't make it work. However, we found out the error is caused by this line of code which was added lately. For now, we disabled it in our project:
Since upgrading to 1.2.10 we receive an error when we click on a video story in the avatar list:
We don't have this issue if we click on an image story in the avatar list and then go to the video story by swiping left or right in the stories modal.
We tried to find a solution but couldn't make it work. However, we found out the error is caused by this line of code which was added lately. For now, we disabled it in our project:
react-native-instagram-stories/src/components/Image/video.tsx
Line 25 in 9d77d7c
The text was updated successfully, but these errors were encountered: