vuejs / vuepress

📝 Minimalistic Vue-powered static site generator
https://vuepress.vuejs.org
MIT License
22.43k stars 4.79k forks source link

Unhandled error during execution of scheduler flush. This is likely a Vue internals bug. #3199

Open aoleou opened 5 months ago

aoleou commented 5 months ago

Vue version

3.4.15

Link to minimal reproduction

https://github.com/XTLS/Xray-docs-next.git

Steps to reproduce

https://github.com/XTLS/Xray-docs-next.git

  1. Just clone the code, and pnpm install && pnpm run docs:dev run the app
  2. click the web anyone article and click the h2 of sidebar and you will see the error on dev tool view

What is expected?

I want no any warn or any error come up, but unfortunately always get the warn and error come like the pic bellow

What is actually happening?

image

System Info

ubuntu 20.04

Any additional comments?

Please help, and I will show more info if you ask