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
Calling RouteInfo.find() method executes callback with undefined object since 4.3.0
beforeModel(transition) { transition.to.find((routeInfo, index, array) => { console.log('routeInfo: ', routeInfo); console.log('index: ', index); console.log('array: ', array); }); }
Reproduction: https://github.com/m3l1x/super-rentals
List of RouteInfos contains undefined object
List of RouteInfos should not contain undefined object
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🐞 Describe the Bug
Calling RouteInfo.find() method executes callback with undefined object since 4.3.0
🔬 Minimal Reproduction
Reproduction: https://github.com/m3l1x/super-rentals
😕 Actual Behavior
List of RouteInfos contains undefined object
🤔 Expected Behavior
List of RouteInfos should not contain undefined object
🌍 Environment
The text was updated successfully, but these errors were encountered: