Skip to content

Commit 319d96a

Browse files
authored
Use requestAnimationFrame for dxDataGrid (#643)
1 parent 97fe139 commit 319d96a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devextreme-react-generator/src/component-generator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const PORTAL_COMPONENTS: Set<string> = new Set([
9292
const USE_REQUEST_ANIMATION_FRAME: Set<string> = new Set([
9393
'dxChart',
9494
'dxDateBox',
95+
'dxDataGrid',
9596
]);
9697

9798
function getIndent(indent: number) {

0 commit comments

Comments
 (0)