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
Original that worked: 9557faa0f66c4abb711301e2fc94fdcd5f48dc4c
Change that introduced bug to story: 45c324dc1dcd2fdd3ca94b1e14a699eab11587e0
so it’s between those two hashes some changes have been introduced
The text was updated successfully, but these errors were encountered:
pietrop
changed the title
MediaPlayer Cannot read property 'duration' of null
MediaPlayer Cannot read property 'duration' of null - Storybook error
Oct 4, 2019
Describe the bug
as noticed by @emettely when going to
MediaPlayer
in storybook get errorCannot read property 'duration' of null
To Reproduce
Steps to reproduce the behavior:
MediaPlayer
https://bbc.github.io/react-transcript-editor/?path=/story/mediaplayer--defaultCannot read property 'duration' of null
- see screenshot belowExpected behavior
Not see an error when looking at
MediaPlayer
in storybookScreenshots
in current master
Additional context
Likely to be just to do with initialisation of
MediaPlayer
component in storybook.Via @emettely
The text was updated successfully, but these errors were encountered: