rstudio / sortable

R htmlwidget for Sortable.js
https://rstudio.github.io/sortable/
Other
127 stars 30 forks source link

"d.call" is not a function in browser console #110

Open Camel-app opened 3 months ago

Camel-app commented 3 months ago

Hello,

a collegue is experiecing some problems using "sortable" within a Shiny application.

We reinstalled R packages / did updates / tried to include the JS library of sortable in shiny manually, but nothing worked. We get the following error message in the browser console:

"d.call" is not a function; see Screenshot: Screenshot_sortable

Thanks for your help!

andrie commented 3 months ago

This is going to be very difficult to troubleshoot, since I have no information about your app.

Is there any way you can make a minimal, reproducible example of a shiny app that throws this error?