ext 6.0.2
cmd 6.1.2.15
Hi I'm new in extjs6 I'm just playing with the code, and I try to do the login example.
well, the login show up, after that I try to create the main view, but never show up, then I try to render it.
And the viewport moves
What I'm doing wrong?Code:Ext.create({ xtype: 'app-main', renderTo : Ext.getBody() });