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.
@@ -2944,7 +2944,7 @@ var MRT_TableRoot = function MRT_TableRoot(props) {
2944
2944
 
2945
2945
  var _excluded$5 = ["enableColumnActions", "enableColumnFilters", "enableDensePaddingToggle", "enableExpandAll", "enableFullScreenToggle", "enableGlobalFilter", "enableHiding", "enablePagination", "enableSelectAll", "enableSorting", "enableStickyHeader", "icons", "localization", "positionActionsColumn", "positionPagination", "positionToolbarActions", "positionToolbarAlertBanner"];
2946
2946
 
2947
- window.performance = window.performance || {
2947
+ global.performance = global.performance || {
2948
2948
  now: function now() {
2949
2949
  return new Date().getTime();
2950
2950
  }