material-react-table 0.7.0-alpha.5 → 0.7.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.7.0-alpha.5",
2
+ "version": "0.7.0-alpha.6",
3
3
  "license": "MIT",
4
4
  "name": "material-react-table",
5
5
  "description": "A fully featured Material UI implementation of react-table, inspired by material-table and the MUI X DataGrid, written from the ground up in TypeScript.",
@@ -47,7 +47,7 @@ import { MRT_FILTER_TYPE } from './enums';
47
47
  import { MRT_TableRoot } from './table/MRT_TableRoot';
48
48
 
49
49
  //@ts-ignore
50
- window.performance = window.performance || {
50
+ global.performance = global.performance || {
51
51
  now: () => new Date().getTime(),
52
52
  };
53
53