Skip to content

htmlwidgets 1.6.4

Compare
Choose a tag to compare
@cpsievert cpsievert released this 06 Dec 15:30
· 1 commit to master since this release
7928dc2

This release reverts the change made in v1.6.3 (to no longer recurse into list-like objects when searching for JavaScript strings wrapped in JS()). Although that change helped prevent infinite recursion in some cases, it ultimately broke too many existing widgets that relied on the previous behavior. If you encounter infinite recursion errors ("C stack usage is too close to the limit"), the best strategy is to coerce the offending items to a character string. (#478)