10-projects-10-hours icon indicating copy to clipboard operation
10-projects-10-hours copied to clipboard

Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')

Open syash7202 opened this issue 2 years ago • 1 comments

Facing an issue while updating minutes and seconds, it throws an error: Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')

image image

syash7202 avatar Jul 23 '22 10:07 syash7202

  • use innerText
  • make sure that you have added defer attribute in your script tag, so that js engine will parse html properly

Allan2000-Git avatar Sep 28 '23 13:09 Allan2000-Git