juba / shinyglide

Glide.js component for Shiny apps
https://juba.github.io/shinyglide/
91 stars 8 forks source link

Fix javascript errors on init ? #43

Closed bthieurmel closed 1 year ago

bthieurmel commented 1 year ago

Hi,

Can be a good idea to fix all javascript errors rendering in Web Developpement console (F12).

image

Can be reproduce using simply screenOutput example.

I think we just need to add some js check before some called / action like !== undefined or !== null

Cheers

juba commented 1 year ago

Hi,

I think this should now be fixed in the development version. Thanks for taking the time to report the issue.