DashR currently ships with dashBootstrapComponents. It also appears to have not been updated in about 6 months. This means the version of dashBootstrapComponents that it ships with is out of date.
If I install a newer version of dashBootstrapComponents, I can import and use it in R, but it seems that the javascript bundle that gets loaded in the browser is the one that shipped with the out of date version.
Is there a way to stop DashR from serving the old JS bundles? I want to test some new features in dashBootstrapComponents for R but I currently can’t figure out how because every time I run the app it is running against an old version of the JavaScript.
More broadly, has development on DashR stopped?