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
{{ message }}
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
Hi, it seems like the handling of the change event in the storyblokBridge live preview is causing the following error:
storyblokBridge.js?3678:15 Uncaught TypeError: Cannot read properties of undefined (reading 'content')
at m.eval (storyblokBridge.js?3678:15)
at m.emit (storyblok-v2-latest.js:1)
at m.receiveMessageFromApp (storyblok-v2-latest.js:1)
Upon further investigation it seems like the error happens when trying to access the payload.story.content property during the handling of the change event.
Hi, it seems like the handling of the
change
event in thestoryblokBridge
live preview is causing the following error:Upon further investigation it seems like the error happens when trying to access the
payload.story.content
property during the handling of thechange
event.According to the Storyblok event docs the
change
event only has the following properties:Not sure what the fix would be for this, the
change
event should probably be handled in a different way.The text was updated successfully, but these errors were encountered: