Skip to content
Discussion options

You must be logged in to vote

Hi @nucleic-acid, I had the same issue and figured out what was causing it.

As @cscheid mentioned, it is not from quarto's problem. but from R code chunk.

When you use the reactable to render table in quarto. it will include core-js-2.5.3 which cause these grunt problems.

I'm not sure why it happened, But to solve this issue change reactable to other table package.

For me, I changed reactable into knitr::kable.

Hope this helpful.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@cscheid
Comment options

@cscheid
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jhk0530
Comment options

@nucleic-acid
Comment options

Answer selected by cderv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants