Next link causes document.querySelectorAll("h2") to be empty
Unanswered
Pacific anchoveta posted this in #help-forum
Pacific anchovetaOP
When navigating with next link, document.querySelectorAll("h2") is always empty. However, if I change it to <a> tag or do a full reload, it works fine