adobe / helix-sidekick

Browser-based helper for authors on Helix projects
Apache License 2.0
4 stars 10 forks source link

checkLastModified causes JS error #213

Closed rofe closed 2 years ago

rofe commented 2 years ago
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.

trieloff commented 2 years ago

:tada: This issue has been resolved in version 3.32.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: