I'm getting an error, while integrating React CoreUI Bootstrap project with ExtReact:
Uncaught TypeError: Cannot read property 'ClassManager' of undefined
at Object.<anonymous> (ExtJSComponent.js:97)
And that Object.anonymous
line is in the file:
node_modules\@extjs\reactor\src\ExtJSComponent.js and looks like this:
const Ext = window.Ext;
var CLASS_CACHE = {
Grid: Ext.ClassManager.getByAlias('widget.grid'),
...
And that's ALL I get.
Can someone please give me at least some directions if not the whole answer.