aurelia-ui-toolkits / aurelia-syncfusion-bridge

27 stars 21 forks source link

Cannot set property 'unobtrusive' of undefined #55

Closed stuartbloom closed 7 years ago

stuartbloom commented 7 years ago

I recently installed the bridge using npm. everything seems to work, however I get the following error:

image

Looking at the code, this is the line it is failing on:

image

Does anyone know what I may be missing?

Thanks in advance

karthickthangasamy commented 7 years ago

@stuartbloom The jquery-validation-unobtrusive script is loaded before the jquery-validation script loading. Within a short span of time, again the $jQval is available and everything works well. As for now, we can ignore this error.

For your kind information, we are working on to removal of jquery-validation-unobtrusive script, we can expect a release in near future to overcome this console error completely.

stuartbloom commented 7 years ago

@karthickthangasamy thanks for the information. When the upgrade that fixes this error is done, will you be able to let me know?

Thanks again

karthickthangasamy commented 7 years ago

@stuartbloom Sure, I will update you the details once we published the next version of aurelia-syncfusion-bridge.

stuartbloom commented 7 years ago

👍 thanks