-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call "JS function" Incompatibility with other package (reactable) #477
Comments
Same problem here! |
Thanks for the reports, and apologies for the inconvenience. I will look into this ASAP, but please keep in mind that it's a long holiday weekend in the United States. In this case, it will be helpful for anyone experiencing this issue to include any additional reproducible examples where |
Hi all, it seems using So I think this issue may close when update Thanks. |
This problem is not solved |
@cvaldezerea Could you clarify? Also note that the fixed version of htmlwidgets hasn't been released to CRAN yet. We're in the process of submitting the release now. If you've tested with the dev version of htmlwidgets and are still encountering issues, please let us know ASAP. |
Now, 1.6.4 version (which is available with CRAN install) of |
Hi, thanks for nice work.
I use this packag a lot, and really appreciate with it.
problem
However (2 days ago) updated version of htmlwidgets crashes with another my favorite package
reactable
(see issue)I'm not sure the reason, but calling custom Javascript function doesn't work. (
reactable
didn't changed recently)Below is minimal example code for trying. (the JS function worked in previous version, but not in 1.6.3)
If you have any idea, please let me know
Thanks.
Note
I downgraded htmlwidgets package's version into 1.6.2 with below code
The text was updated successfully, but these errors were encountered: