First time posting here, hope someone can help me shed some light on the problem.
For Reference:
http://jsfiddle.net/yr2t899f/In 2.4 my application ran just fine and in 2.5+ it doesn't. The jsfiddle shows a nested namespace hierarchy, which is essentially how my application is structured. Once I instantiate one of the namespaced kinds, the others are lost.
Example kind structure:
A
A.B
A.B.C
A.B.D
A.B.E
If I instantiate A.B.C, A.B.D and A.B.E are undefined and removed from the A.B namespace. This happens regardless of which of the three I instantiate first.
Thanks,
Michael
Comments
Some probably not too bad alternatives would be:
app.A
app.B
app.b.C
app.b.D
app.b.E
or
app.A
app.b.B
app.b.C
app.b.D
app.b.E
https://github.com/enyojs/enyo-docs/blob/master/developer-guide/release-notes/migration-2.3-to-2.5.md