You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Get the following error on client side after calling MojitProxy.refreshView() in a composite mojit: Uncaught Error: Cannot read property 'type' of undefined
Get the following error on client side after calling MojitProxy.refreshView() in a composite mojit:
Uncaught Error: Cannot read property 'type' of undefined
The composite has a child mojit without binder and mojit_view_id. Then around this line:
https://github.com/yahoo/mojito/blob/develop/lib/app/autoload/mojito-client.client.js#L952
child.viewId is undefined and it finally cause the error.
The text was updated successfully, but these errors were encountered: