material-components-web icon indicating copy to clipboard operation
material-components-web copied to clipboard

[Material WEB] Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')

Open LeVraiStagiaire opened this issue 3 years ago • 0 comments
trafficstars

Bug report

When I instantiate a MDCRipple in my React app, I've got an error in browser console : Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')

My code is :

import {MDCRipple} from '@material/ripple/index';
const logoutBtn = new MDCRipple(document.querySelector('.logout-btn'));

Screenshots

image

My Environment:

Software Version(s)
MDC Web 14.0.0
Browser Chromium 103.0.5060.114
Operating System Windows 10

LeVraiStagiaire avatar Jul 20 '22 19:07 LeVraiStagiaire