Skip to content

Commit 4538ad0

Browse files
committed
MC-39333: Grids Frequently Fail to Load & Throw getData Undefined Error in Console
- Add Magento_Ui/js/grid/data-storage as a dependency to base grid provider component
1 parent f55f411 commit 4538ad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/provider.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ define([
1414
'uiLayout',
1515
'Magento_Ui/js/modal/alert',
1616
'mage/translate',
17-
'uiElement'
17+
'uiElement',
18+
'Magento_Ui/js/grid/data-storage'
1819
], function ($, _, utils, resolver, layout, alert, $t, Element) {
1920
'use strict';
2021

0 commit comments

Comments
 (0)