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.
@@ -2951,7 +2951,7 @@ var MRT_TableRoot = function MRT_TableRoot(props) {
2951
2951
 
2952
2952
  var _excluded$5 = ["enableColumnActions", "enableColumnFilters", "enableDensePaddingToggle", "enableExpandAll", "enableFullScreenToggle", "enableGlobalFilter", "enableHiding", "enablePagination", "enableSelectAll", "enableSorting", "enableStickyHeader", "icons", "localization", "positionActionsColumn", "positionPagination", "positionToolbarActions", "positionToolbarAlertBanner"];
2953
2953
 
2954
- window.performance = window.performance || {
2954
+ global.performance = global.performance || {
2955
2955
  now: function now() {
2956
2956
  return new Date().getTime();
2957
2957
  }