We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af9973 commit 8b3c153Copy full SHA for 8b3c153
components/dash-table/src/dash-table/dash/fragments/DataTable.js
@@ -6,7 +6,7 @@ import genRandomId from 'dash-table/utils/generate';
6
import isValidProps from '../validate';
7
import Sanitizer from '../Sanitizer';
8
9
-import {propTypes, defaultProps} from '../DataTable';
+import {propTypes} from '../DataTable';
10
11
const DataTable = props => {
12
const ctx = window.dash_component_api.useDashContext();
@@ -31,7 +31,6 @@ const DataTable = props => {
31
);
32
};
33
34
-DataTable.defaultProps = defaultProps;
35
DataTable.propTypes = propTypes;
36
37
export default DataTable;
0 commit comments