reactR icon indicating copy to clipboard operation
reactR copied to clipboard

React for R

Results 39 reactR issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [rollup](https://github.com/rollup/rollup) from 4.21.2 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.3 to 5.4.6. Changelog Sourced from vite's changelog. 5.4.6 (2024-09-16) fix: avoid DOM Clobbering gadget in getRelativeUrlFromDocument (#18115) (179b177), closes #18115 fix: fs raw query (#18112) (6820bb3),...

dependencies

@timelyportfolio LOL (2 years later almost related to your comment on shinyNextUI) I am facing the case where I have nested tags. Do you have an example of how to...

Hello, I updated `core-js`'s version as latest: 3.40.0. (issue #85) Here's what I did. ## Update codebase 1. update inst/www/core-js/shim.min.js (core-js file) - js file is downloaded from [CDN reference](https://www.jsdelivr.com/package/npm/core-js-bundle)....

Hi there, I noticed reactR is using react version 18.2.0 The vulnerability [CVE-2025-55182]( https://www.cve.org/CVERecord?id=CVE-2025-55182) is > present in versions 19.0, 19.1.0, 19.1.1, and 19.2.0 of: > > [react-server-dom-webpack](https://www.npmjs.com/package/react-server-dom-webpack) > [react-server-dom-parcel](https://www.npmjs.com/package/react-server-dom-parcel)...

For another very likely useless example/hack, we can sort-of do server-side rendering in `Shiny`. In reality we already are doing this with the input mechanism, but in an attempt to...

Just hacking around here, and I wondered if anyone would have interest in seeing how we might use `reactR` with `Shiny` inputs not housed in a package. Here is an...