This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
mdBottomSheet: TypeError: Cannot read property 'runner' of undefined #4388
Closed
Description
There is an issue on the docs site which can throw the above error and break the site's formatting.
Steps to reproduce:
- Open the bottom sheet demo
- Click the "Show as Grid" button
- Click the "Twitter" icon/button
- VERY QUICKLY click another demo on the left before the toast starts to disappears
The error will be thrown and there will be two <md-content>
tags on the page, the bottom one will be empty and cause 50% of the page to be empty (due to PR #4372).