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
When a user toggles between chapters using the right and left arrow buttons, and error is thrown. Clicking the arrows does successfully change the chapter however. This is the error:
TypeError: Cannot read property 'length' of undefined
at app.bundle.js:31395
at Scope.$eval (angular.js:20985)
at Scope.$apply (angular.js:21088)
at updateStoryframesHandler (app.bundle.js:31386)
at callSubscriberWithDelayedExceptions (_collection.js:5)
at deliverMessage (_collection.js:37)
at deliverNamespaced (_collection.js:48)
The text was updated successfully, but these errors were encountered:
When a user toggles between chapters using the right and left arrow buttons, and error is thrown. Clicking the arrows does successfully change the chapter however. This is the error:
TypeError: Cannot read property 'length' of undefined
at app.bundle.js:31395
at Scope.$eval (angular.js:20985)
at Scope.$apply (angular.js:21088)
at updateStoryframesHandler (app.bundle.js:31386)
at callSubscriberWithDelayedExceptions (_collection.js:5)
at deliverMessage (_collection.js:37)
at deliverNamespaced (_collection.js:48)
The text was updated successfully, but these errors were encountered: