vue3-popper
vue3-popper copied to clipboard
When ı switched pages to quickly popper wasn't disconnect
**When ı switched pages to quickly popper wasn't disconnect ** Popper can't reach "disconnect" function
error in popper.esm.js:129:34 line
Please help me
I am also getting an error (see more info here https://github.com/HangarMC/Hangar/issues/1055). I'm not sure how its possible, the observer is created in the onMounted hook, and used again in the beforeUnmounted hook. Not sure how it could be null, but I don't know a ton about the inner workings of vue
fwiw, I just catch the error via
onErrorCaptured((err) => {
if (err.stack?.includes("popper")) {
return false;
}
});
not nice but good enough 🤷
this is still an issue, I'm getting this on HMR