This issue was not reproducible with last friday nightly build, but it can be reproduced at least in 15 or 16-Sep 9.1d LGPL nightly.
When loading my application, there is an issue in ClassFactory.js line 278
This code is new. Just by changing it with
the issue is fixed.
Regards.
When loading my application, there is an issue in ClassFactory.js line 278
Code:
if (superClass._vbOnly && !isc._isVisualBuilderSDK) {Code:
if (superClass && superClass._vbOnly && !isc._isVisualBuilderSDK) {Regards.