You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I have another problem using this config option. When I try to specify a list of anchor tags to be looked for using document.querySelectorAll('a') or anything else, it produces the following error: Uncaught TypeError: (e2.el || document).querySelectorAll is not a function at m.timeout
Describe the bug
If the el option receives a tag it doesn't prefetch any of them.
To Reproduce
query the tags that you want to prefetch and send it as the el option in quicklink.listen() function
Expected behavior
It should prefetch all the tags that appear on the viewport and match with the query that you send as the el option.
Version:
The text was updated successfully, but these errors were encountered: