daattali / colourpicker

🎨 A colour picker tool for Shiny and for selecting colours in plots (in R)
https://daattali.com/shiny/colourInput/
Other
215 stars 28 forks source link

Getting "TypeError: l is undefined colourpicker.min.js:15:6929" #37

Closed SarenT closed 4 years ago

SarenT commented 4 years ago

Hi,

My shiny app used to run fine until it stopped working completely, where my app stopped reacting anything (except UI). No errors on the R console side. It turns out to be there is a java script error in the console of my browser (tested in Firefox and Chromium). "TypeError: l is undefined colourpicker.min.js:15:6929"

I can't really track down, what is missing here but I did some updates before that. I use Ubuntu 18.04 LTS packages from the repositories.

SarenT commented 4 years ago

it turned out to be two colourInputs with identical ID. I don't know if this counts as a bug or not.