carlosrovira commented on issue #102: MXML tag without prefix causes NullPointerException URL: https://github.com/apache/royale-compiler/issues/102#issuecomment-561296103 Hi Josh, if you use TDJ and add to `ListPlayGround.mxml` in some `j:Card` component this ```mxml <j:List> <j:dataProvider> <fx:Array> <fx:String>Features</fx:String> <fx:String>Support</fx:String> </fx:Array> </j:dataProvider> </j:List> ``` you should get the compilation fail. Just tried now and it failed. Thanks
---------------------------------------------------------------- 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] With regards, Apache Git Services
