next.js/test/e2e/app-dir/app-static/app/no-store/no-store-fn.ts
no-store-fn.ts9 lines154 B
import { unstable_noStore } from 'next/cache'

export function getUncachedRandomData() {
  unstable_noStore()
  return {
    random: Math.random(),
  }
}
Quest for Codev2.0.0
/
SIGN IN