エラー・スタックがある:
Uncaught TypeError: this2.root.querySelector is not a function
at getActionButton (material-components-web.js:3144)
at Object.registerActionClickHandler (material-components-web.js:3174)
at MDCSnackbarFoundation.init (material-components-web.js:8572)
at MDCSnackbar.MDCComponent (material-components-web.js:587)
at new MDCSnackbar (material-components-web.js:3123) at :1:11
私はスナックバーのために次のHTMLスニペットを持っている:
<div class="mdc-snackbar"
aria-live="assertive"
aria-atomic="true"
aria-hidden="true">
<div class="mdc-snackbar__text"></div>
<div class="mdc-snackbar__action-wrapper">
<button type="button" class="mdc-button mdc-snackbar__action-button">
</button>
</div>
手掛かり私が間違っ意志をやってすることができるものに大変感謝します。