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
I have recently been integrating clustergrammer with a web app for exploring RNAseq data. I noticed that it still depends on jQuery 1.11.0 . I Used the jQuery migrate plugin with jQuery 3.5.1 and got the following warnings.
I have replaced the uses of these shorthands with .on() which has solved the issue and it as far as I have been able to see through my testing allows for clustergrammer to use jQuery 3.5.1
The text was updated successfully, but these errors were encountered:
I have recently been integrating clustergrammer with a web app for exploring RNAseq data. I noticed that it still depends on jQuery 1.11.0 . I Used the jQuery migrate plugin with jQuery 3.5.1 and got the following warnings.
I have replaced the uses of these shorthands with
.on()
which has solved the issue and it as far as I have been able to see through my testing allows for clustergrammer to use jQuery 3.5.1The text was updated successfully, but these errors were encountered: