diff --git a/docs/advanced-features/preview-mode.md b/docs/advanced-features/preview-mode.md index 4d467c9e07401..8ef9c7a9fe1dc 100644 --- a/docs/advanced-features/preview-mode.md +++ b/docs/advanced-features/preview-mode.md @@ -186,6 +186,8 @@ export default function handler(req, res) { } ``` +> **Note:** If calling this route using `Link` component, you must pass in `prefetch={false}` to prevent calling `clearPreviewData` during prefetch. + ### Specify the preview mode duration `setPreviewData` takes an optional second parameter which should be an options object. It accepts the following keys: