Intermittently, when running the site with yarn dev I’ll hit the following error when the dev server tries to hot-reload.
TypeError: Failed to execute 'unobserve' on 'IntersectionObserver': parameter 1 is not of type 'Element'.

Need to dig on the use-active-hash implementation and consider remove altogether until resolved.
Intermittently, when running the site with
yarn devI’ll hit the following error when the dev server tries to hot-reload.Need to dig on the
use-active-hashimplementation and consider remove altogether until resolved.