From 60da7c3144d33793350bd333f6c7d8181c8b7374 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Thu, 6 Feb 2025 10:07:56 -0500 Subject: [PATCH] lint --- .../migration/migration-data-grid-v7/migration-data-grid-v7.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/data/migration/migration-data-grid-v7/migration-data-grid-v7.md b/docs/data/migration/migration-data-grid-v7/migration-data-grid-v7.md index bd7e499f4701a..43c6072e3ec8d 100644 --- a/docs/data/migration/migration-data-grid-v7/migration-data-grid-v7.md +++ b/docs/data/migration/migration-data-grid-v7/migration-data-grid-v7.md @@ -82,6 +82,8 @@ Below are described the steps you need to make to migrate from v7 to v8. - Return early if `apiRef` is `null` - Throw an error if `apiRef` is `null` +- `createUseGridApiEventHandler` is not exported anymore. + ### Localization - If `estimatedRowCount` is used, the text provided to the [Table Pagination](/material-ui/api/table-pagination/) component from the MaterialĀ UI library is updated and requires additional translations. Check the example at the end of [Index-based pagination section](/x/react-data-grid/pagination/#index-based-pagination).