-
Notifications
You must be signed in to change notification settings - Fork 262
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
updating vue/vite deps #3080
updating vue/vite deps #3080
Conversation
@@ -103,7 +103,7 @@ | |||
variant="transparent" | |||
tone="shade" | |||
@mousedown.prevent | |||
@click.prevent="profileMenuRef?.open" | |||
@click.prevent="profileMenuRef?.open || _.noop" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt really need this but it was causing a vue internals bug... I expect it to be fixed pretty quickly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the issue itself is resolved but we'll need to wait for a few dependencies to update to the latest vue (not just us)
79a9e6b
to
1ec9fc0
Compare
1ec9fc0
to
c51ade1
Compare
bors merge |
3080: updating vue/vite deps r=theoephraim a=theoephraim encountering a vite issue lately that requires clearing the cache to unstick your local env... No idea if this will fix it as we dont have clear reproduction steps, but this should hopefully help. Co-authored-by: Theo Ephraim <[email protected]>
Build failed: |
bors merge |
3080: updating vue/vite deps r=theoephraim a=theoephraim encountering a vite issue lately that requires clearing the cache to unstick your local env... No idea if this will fix it as we dont have clear reproduction steps, but this should hopefully help. Co-authored-by: Theo Ephraim <[email protected]>
Build failed: |
bors merge |
Build succeeded: |
encountering a vite issue lately that requires clearing the cache to unstick your local env...
No idea if this will fix it as we dont have clear reproduction steps, but this should hopefully help.