Skip to content

render javascript component (ag-grid) in r shiny

I am trying to include the most basic example of ag-grid from their website in a R-shiny application, starting from there I will add more and more trying to setup a proper communication frontend-backend on data edit. However I am stuck at the basics of the inclusion. The component is included in source code b…

Build failed to compile – Attempted import error

My attempt to build for production fails every time because of this error: Attempted import error: ‘decrypt’ is not exported from ‘../../../../util/security’ (imported as ‘decrypt’). This error only appears when I try to build for production (npm run build). Here is the way…