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.
...
Type: Posts; User: justdavey
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.
...
- 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...
Will try, thanks! How did you find out?
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
It generates the following files in /build directory:
app.js
app.js.map
index.html
index.html refers to ext-react/ directory, which does not exist.
The date picker does not open. See official Kitchen Sink:
https://examples.sencha.com/ExtReact/6.6.0/kitchensink/#/components/forms/datepickerfield
ext.js:1 Uncaught TypeError: Cannot read...
Check out https://github.com/NinjaDero/Directly, perfect module for Django/Python. Also works with ExtJS 5. I'm not the author btw!
Solved. The proxy preserves the params.
store.getProxy().setExtraParam('event', me.config.eventId)
Hi,
I have several Ext.List's inside a Ext.Carousel. The amount of Ext.List's is dynamic, and each Ext.List is showing different results.
In my Ext.Carousel's initialize() method I have defined...