mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
refactor: route next/navigation through compat re-export (#33636)
This commit is contained in:
@ -19,7 +19,7 @@ vi.mock('@emoji-mart/data', () => ({
|
||||
},
|
||||
}))
|
||||
|
||||
vi.mock('next/navigation', () => ({
|
||||
vi.mock('@/next/navigation', () => ({
|
||||
useParams: () => ({}),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user