I've managed to fix by changing all my .down('#id') calls to .getComponent('id') - hope this helps someone.
Type: Posts; User: jj01
I've managed to fix by changing all my .down('#id') calls to .getComponent('id') - hope this helps someone.
I'm having the same issue. This error is thrown when I call .down
Uncaught TypeError: Object #<Object> has no method 'getItemId'
Is there a work around/fix for this?