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
⨯ useSearchParams() should be wrapped in a suspense 的问题。
这里涉及到两处,一个是根目录下的page.tsx,一个是/search/page.tsx。
根目录下的我解决了
注意需添加import { Suspense } from "react";