From 569f7af42f64829985b2c917fb2aae7f73c2381f Mon Sep 17 00:00:00 2001 From: Romello Goodman Date: Mon, 14 Feb 2022 10:54:54 -0500 Subject: [PATCH] Adding migration documentation for the page component --- documentation/guides/migrating-from-v8-to-v9.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/guides/migrating-from-v8-to-v9.md b/documentation/guides/migrating-from-v8-to-v9.md index 5f3df533843..9248bf8d050 100644 --- a/documentation/guides/migrating-from-v8-to-v9.md +++ b/documentation/guides/migrating-from-v8-to-v9.md @@ -66,6 +66,10 @@ A number of types, constants, and utilities have been removed with the deprecati - `UNSTABLE_toCssCustomPropertySyntax` - Utility - `UNSTABLE_Tokens` - Constant +### `Page` + +The prop `thumbnail` has been removed and is no longer supported. + ### `SkeletonPage` The prop `secondaryActions` has been removed and is no longer supported.