-
Notifications
You must be signed in to change notification settings - Fork 79
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
colDef with cell parameter fails to render with reactR 0.6.0 #388
Comments
Yep, this is an issue with reactR 0.6.0. Pin to reactR 0.5.0 until it's fixed in reactR. There was some discussion at #363 (comment), but this is a more specifically titled issue, so I'll pin this one. The reactR issue is react-R/reactR#86, so you can subscribe to that for updates. |
I am experiencing this issue with reactR but only on posit connect hosted platforms, not on mac or windows |
@azimov Yes, the bug affects Posit Connect as well, so you can install the older reactR 0.5.0 for now. As a general update, I also dug into the bug a bit and suggested a fix at react-R/reactR#89 One more workaround option would be to install the patch from my reactR fork via |
Should be fixed now with the latest release of |
Dear development team,
Thank you for your effort in maintaining one of the best table options for R!
Recently we started a new project and tried to render a table with HTML entities in it - something we've done a fair amount of times. However, when rendering the table, we found out that it simply wouldn't come up. After checking a few things we managed to identify the problem being ReactR 0.6.0 - when running with React 0.5.0 it works.
You can try this example from the reactable documentation:
Judging at the ReactR changelog there might be a couple of breaking changes with how it handles tags.
I couldn't find any recommendation on the version of reactR to use, but perhaps in the meantime it would be good to limit the version to 0.5.0.
Again, thanks for your effort on this library! :)
The text was updated successfully, but these errors were encountered: