Add documentation link to route segment config incompatibility error message
Updated the error message for incompatible route segment configs
(e.g. 'dynamic', 'revalidate', 'runtime') with cacheComponents/useCache
to include a 'Learn more' link to the relevant docs page:
https://nextjs.org/docs/app/getting-started/cache-components#dynamic--force-dynamic
Updated all related test snapshots and expected output files.
Co-authored-by: Jimmy Lai <hello@jimmyl.ai>