ramnathv / htmlwidgets

HTML Widgets for R
http://htmlwidgets.org
Other
792 stars 205 forks source link

POSIXlt should not be evaluated in JS #473

Closed yihui closed 1 year ago

yihui commented 1 year ago

This is to fix rstudio/DT#1092. POSIXlt is essentially a list, but we should stop the recursion here.

yihui commented 1 year ago

Oh I just saw @gadenbuie's PR #467, which tries to fix the same problem. @cpsievert Please feel free to merge either one.

cpsievert commented 1 year ago

Thanks @yihui, we'll take this on in #467