react-transcript-editor
react-transcript-editor copied to clipboard
Showing "TypeError: Cannot read property 'blocks' of undefined"

I had tried format json and srt for transcript. and if I 'm not giving any transtcript then audio and video working fine. How to solve this please Suggest me
Same experience
Same here
Same here :(
👋 I think it's fair to say this project is no longer in active development 🤷♂️
I think I remember @jamesdools saying that if you use the version just before the alpha release, then you should be ok?
so instead of latest which is 1.4.1-alpha.8 you use 1.4.1
npm install @bbc/[email protected]
See if that works?
Mostly because of this issue https://github.com/bbc/react-transcript-editor/issues/150 I have been working and using an alternative component that is built on top of slateJs instead of draftjs. Which as largely the same interface and functionalities as @bbc/react-transcript-editor.
You can check it out at github.com/pietrop/slate-transcript-editor demo/storybook at pietropassarelli.com/slate-transcript-editor
Hope this helps
Same here. can u please explain how to solve
Same for me also