We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If one or more pageNav components exist in the language that is currently viewed, then when switching to another language the following error occurs:
Uncaught (in promise) TypeError: currentPage is null getNextPage PageNavModel.js:124 getButtonTypeModels PageNavModel.js:81 getNavigationData PageNavModel.js:31 setupItemsModel PageNavModel.js:19 Backbone 4 updateLocation router.js:388 onLanguageChange router.js:585 Backbone 5 set lockingModel.js:70 setLanguage languagePickerModel.js:42 onDoChangeLanguage languagePickerDrawerView.js:58
A consequence of this change and probably just needs a guard like this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If one or more pageNav components exist in the language that is currently viewed, then when switching to another language the following error occurs:
A consequence of this change and probably just needs a guard like this.
The text was updated successfully, but these errors were encountered: