Skip to content

Commit b409c11

Browse files
authored
fix(react-grid): make EditingState pure (#796)
1 parent 19879b0 commit b409c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dx-react-grid/src/plugins/editing-state.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
} from '@devexpress/dx-grid-core';
1818
import { createStateHelper } from '../utils/state-helper';
1919

20-
export class EditingState extends React.Component {
20+
export class EditingState extends React.PureComponent {
2121
constructor(props) {
2222
super(props);
2323

0 commit comments

Comments
 (0)