uqrmaie1/admixtools

What should I do with "The 'plotly_click' event tied a source ID of 'src' is not registered"?

Opened this issue · 1 comments

After I entered "run_shiny_admixtools()" and got admixtools 2 on my web browser. On the R console, there is a message saying "Warning: The 'plotly_click' event tied a source ID of 'src' is not registered. In order to obtain this event data, please add event_register(p, 'plotly_click') to the plot (p) that you wish to obtain event data from", as shown below. What should I do to fix this?

Thank you very much,

Siripong

######################################################

run_shiny_admixtools()

Listening on http://127.0.0.1:7621
Warning: Good news!
You don't need to call useShinyalert() anymore. Please remove this line from your code.
If you really want to pre-load {shinyalert} to the UI for any reason, use:
useShinyalert(force = TRUE)
[1] "navbar detected"
[1] "f2_options"
[1] "navbar selected"
[1] "f2_options"
[1] "navbar:"
[1] "f2_options"
[1] "multiprocess"
[1] "dashboardbody"
[1] "expanded!"
[1] "data"
[1] "navbar == data!"
[1] "load_data"
[1] "global$bod change detected!"
Warning: The 'plotly_click' event tied a source ID of 'src' is not registered. In order to obtain this event data, please add event_register(p, 'plotly_click') to the plot (p) that you wish to obtain event data from.

######################################################

It's just a warning, you don't have to do anything. Warnings are safe to ignore for users and intended for developers, usually.