You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
vite 5 现象1
手动修改代码
Home 1111
在 vite v5 中 会陷入
circular imports detected
其中
.caokong/src/index.ts
是一个本地统一的导出文件vite 5 现象2
若将
import { useQuery } from '~ck';
改成直接引入import { useQuery } from '~ck/hooks/use-query';
再改动代码,就不会触发circular imports detected
在 vite v4.5.0 中的现象
期望
与 vite v4.5.0 表现一致,否则容易修改代码的时候 容易 page reload
Reproduction
N/A
Steps to reproduce
No response
System Info
Used Package Manager
yarn
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: