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
jQuery 3 dropped the 'selector' property on objects. Just comment out that line of code in your copy of Layout. That property was copied to state.container only to provide extra information; it has no effect on functionally.
i use jquery-3.1.1 and jquery-ui-1.12.1
i get this error :
VM1567:1832 Uncaught TypeError: Cannot read property 'split' of undefined
in this line (1392):
sC.selector = $N.selector.split(".slice")[0];
The text was updated successfully, but these errors were encountered: