Hi all,
I’ve encountered an issue when Im trying to expose my right menu on a bigger screen.
After including the tag option into my tag, there is an error thrown as shown below:
TypeError: Cannot read property ‘setTranslateX’ of undefined
at self.openAmount (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:40190:17)
at self.openPercentage (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:40149:12)
at self.close (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:40105:10)
at self.exposeAside (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:40282:10)
at checkAsideExpose (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:41131:22)
at link (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:41146:7)
at nodeLinkFn (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:14336:13)
at compositeLinkFn (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:13730:13)
at nodeLinkFn (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:14330:24)
at compositeLinkFn (http://127.0.0.1:51111/www/lib/ionic/js/ionic.bundle.js:13730:13) ionic.bundle.js:17696
What could be a possible solution for this issue, hope I can fix this issue soon
Thank you