I created a repository with the exact problem we have in context of using lerna and yarn workspaces here:
https://github.com/eucaos/ext-monorepo
Inside the repository I just copied an ext...
Type: Posts; User: eucaos
I created a repository with the exact problem we have in context of using lerna and yarn workspaces here:
https://github.com/eucaos/ext-monorepo
Inside the repository I just copied an ext...
We can't get @Sencha/Ext version 6.7 package from sencha npm anymore.
The latest version available now is 6.6.0.
57919
Any updates on how we can test an Ext-React App with Jest and Enzyme ?
Any updates on how we can test an Ext-React App with Jest ?
Hello,
When building a component with Ext-React, I want to exclude the ExtJS library from the bundle, as you can already exclude React from the bundle as described here...
It works now.
Can't login at sencha.npm.com
57837
Any thoughts on this one ? We can't do idiomatic react coding without this.
In react this is the basic mechanism to hide/show components.
Without it we have to do tons of workarounds while...
Which ExtJS components works best with Ext-React ?
Modern or Classic Toolkit ?
Is there any difference ?
I'm asking this because I have this bug...
So you suggest we should use only the Modern Toolkit Components from EXT-REACT ?
Are those components designed in another way which benefit more when used from EXT-REACT ?
Or it's the same...
When switching two components, Ext-React stacks them in the container instead of switching them.
I made full working demo for this here:
https://fiddle.sencha.com/#view/editor&fiddle/2msr
I...
I also opened an issue regarding this here https://github.com/sencha/ext-react/issues/85 and here https://www.sencha.com/forum/showthread.php?470656-Ext-React-not-usable-with-the-classic-toolkit-!
Standard html elements (like <div />) are not rendered when using ext-react with the classic toolkit !
Steps to reproduce:
Install and run the example here...
When using an Ext-React Container component wrapped with the Mobx-React observer function i get :
"Uncaught RangeError: Maximum call stack size exceeded".
I tracked back the issue to a ExtJS...