rsnext/test/integration/app-dir-export
k-taro56 91dba7d125
Fix: Throw an error for empty array return in generateStaticParams with output:export (#57053)
Fixes #57038

# What?
Added an error message when `generateStaticParams` returns an empty
array with `output:export`.

# Why?
To provide developers with clear feedback when `generateStaticParams` is
not used correctly.

# How?
Modified the condition checks around the use of `generateStaticParams`
to include a check for an empty array and added a corresponding error
message.

---------

Co-authored-by: Steven <steven@ceriously.com>
2024-01-04 11:45:02 -05:00
..
app fix: improve error message when output: export in app router (#54202) 2023-08-21 14:45:00 +00:00
test Fix: Throw an error for empty array return in generateStaticParams with output:export (#57053) 2024-01-04 11:45:02 -05:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00