rstudio / reactlog

Shiny Reactivity Visualizer
http://rstudio.github.io/reactlog
Other
121 stars 9 forks source link

Partial argument match #46

Closed wch closed 4 years ago

wch commented 5 years ago
> shiny::reactlogShow()
Warning message:
In jsonlite::toJSON(log, prett = TRUE, null = "null", na = "null",  :
  partial argument match of 'prett' to 'pretty'

Culprit appears to be here:

https://github.com/rstudio/reactlog/blob/094f5ca86e22f303c038632b2e2033c5a3603e2b/R/showReactLog.R#L81-L88