Hi,
Can you please me know how to disable ion monkey ,can disable it from java script or any other that can be handle by our app
we are facing the similar issue
In Console we are getting these errors
me.data null is null
// private clearData: function(isLoad) { var me = this, records = me.data.items,
Thanks in advance
Option A: As the user, update the browser to a newer version where the bug was fixed.
Option B: As the user, disable the usage of this specific part of the JavaScript engine.
Option C: As service (app), apply a workaround which seems to be avoid the bug.
Option A is still not available, perhaps this week.
Option B is the user's part, Option C is your part.
i tired the Tyler work around
but it is giving "Too Much Recursion" Error
any work around for this error as well
as we are dynamically loading thins
we cannot stop doing that as complete app is dynamic