[Next.js@RC] dynamic/static rendering depends on whether no-store
is specified or is the default.
#66240
Labels
bug
Issue was opened via the bug report template.
Linking and Navigating
Related to Next.js linking (e.g., <Link>) and navigation.
Link to the code that reproduces this issue
https://github.com/AkifumiSato/nextjs-issue-demo-explicit-specification-no-store
To Reproduce
pnpm clean-start
.Current vs. Expected behavior
I think it should be as documented, or the documentation should be corrected.
https://rc.nextjs.org/docs/app/api-reference/functions/fetch#optionscache
ref: #66209
Provide environment information
$ pnpm next info Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.3.0: Wed Dec 20 21:30:44 PST 2023; root:xnu-10002.81.5~7/RELEASE_ARM64_T6000 Available memory (MB): 65536 Available CPU cores: 10 Binaries: Node: 20.12.2 npm: 9.8.0 Yarn: 1.22.22 pnpm: 8.15.7 Relevant Packages: next: 15.0.0-rc.0 // Latest available version is detected (15.0.0-rc.0). eslint-config-next: N/A react: 19.0.0-rc-935180c7e0-20240524 react-dom: 19.0.0-rc-935180c7e0-20240524 typescript: 5.4.5 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Navigation
Which stage(s) are affected? (Select all that apply)
next build (local), next start (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: