module.js:514 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'classList')
at checkLastModified (module.js:514)
at HTMLDivElement.statusfetched (module.js:945)
at fireEvent (module.js:489)
at module.js:1037
This code needs to check if the plugin exists before accessing its classList.
This code needs to check if the plugin exists before accessing its
classList
.