mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Adding Search Skeleton
This commit is contained in:
@@ -19,6 +19,7 @@ export default function useData<T, Input = any>(
|
||||
fetcherRef.current
|
||||
)
|
||||
}
|
||||
|
||||
const response = useSWR(
|
||||
() => {
|
||||
const opts = typeof options === 'function' ? options() : options
|
||||
|
Reference in New Issue
Block a user