Thank you for reporting this bug. We will make it our priority to review this report.
-
Sencha User
Uncaught ReferenceError: childxtype is not defined
Exception is "Uncaught ReferenceError: childxtype is not defined at doAdd (ExtRenderer.js:440)"
Can be fixed by replacing "childxtype" with "childXtype" at lines 440 and 442.
Ext React 6.7.0
-
Sencha - Forum Administrator
Thank you so much for bringing this to our attention. I apologize for the delay. I have shared this with the support staff to look into at their earliest convenience. Your patience is greatly appreciated!
Thanks again,
Michele
-
Ext Support Team
Hello,
Thank you for bringing this to our attention., Is it possible for you to provide a fiddle for this issue.
Regards,
Kumar
Sencha Support.
-
Sencha User
- Do npm install @sencha/ext-react in a empty directory
- Open ExtRenderer.js in the src/ folder or dist/
- Go to line 428, doAdd function. Notice the childXtype argument
- Go to line 440, notice that is trying to access childxtype
-
Sencha User
If anyone is looking for the fix, I have created a gist. You can apply this patch with patch-package, see my comment for info.
https://gist.github.com/daveyvannift...f2f921324f59d1