carlosrovira opened a new issue #866: URL: https://github.com/apache/royale-asjs/issues/866
Hi @greg-dove, I'm getting the following error in some Crux applications. Only release, debug is working ok. I guess is something related to latest changes. For example, "CruxQuickStart" is working ok, but "todomvc-jewel-crux" is showing the problem. This is the RTE from example "todomvc-jewel-crux" in release mode. > getDefinitionByName.js:59 Uncaught ReferenceError: Error #1065: Variable org.apache.royale.jewel.View is not defined. > at $q (getDefinitionByName.js:59) > at br.L.Sk (TypeDefinition.as:389) > at Iz.fromTypeDefinition (TypeDescriptor.as:167) > at Uu (TypeCache.as:60) > at nw (BeanFactory.as:616) > at qw (CruxManager.as:107) > at st.L.setUpEventHandler (BeanFactory.as:517) > at oB.Mq.fireListeners (EventDispatcher.as:131) > at qp (eventtarget.js:372) > at Mx.L.Kp (JSStageEvents.as:209) > ...(hidden in the browser)... > $q @ ContainerDataBinding.as:177 > L.Sk @ TypeDefinition.js:513 > Iz.fromTypeDefinition @ TypeDescriptor.as:139 > Uu @ ArrayListView.js:1088 > nw @ BeanFactory.as:577 > qw @ CruxManager.as:69 > L.setUpEventHandler @ BeanFactory.as:493 > Mq.fireListeners @ EventDispatcher.as:110 > qp @ eventtarget.js:349 > L.Kp @ JSStageEvents.as:155 > childList (async) > ez.addElement @ TextPrompt.js:177 > L.initialize @ Application.as:706 > ez.start @ Application.as:668 > (anonymous) @ index.html:37 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
