Can’t set ‘textContent’ when Javascript-Vue/Nuxt 3 is null?
I have a function that is supposed to change words every few seconds. Everything works as expected, but I get following error every few seconds in the VSC console: TypeError: Cannot set properties of null (setting 'textContent') at Timeout._onTimeout (.../components/home/Hero.vue:36:28)…