Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When ı switched pages to quickly popper wasn't disconnect #82

Open
Meeyzt opened this issue Dec 2, 2022 · 3 comments
Open

When ı switched pages to quickly popper wasn't disconnect #82

Meeyzt opened this issue Dec 2, 2022 · 3 comments

Comments

@Meeyzt
Copy link

Meeyzt commented Dec 2, 2022

**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

@Machine-Maker
Copy link

I am also getting an error (see more info here HangarMC/Hangar#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

@MiniDigger
Copy link

fwiw, I just catch the error via

onErrorCaptured((err) => {
  if (err.stack?.includes("popper")) {
    return false;
  }
});

not nice but good enough 🤷

@itsmnthn
Copy link

this is still an issue, I'm getting this on HMR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants