You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As with Dash for Python, some modifications to component generation are required to support asynchronous loading of components in Dash for R.
R package dependencies (such as *.js or *.js.map files) should support async and dynamic attributes, respectively, to realize performance improvements proposed in plotly/dashR#134.
The text was updated successfully, but these errors were encountered:
As with Dash for Python, some modifications to component generation are required to support asynchronous loading of components in Dash for R.
R package dependencies (such as
*.js
or*.js.map
files) should supportasync
anddynamic
attributes, respectively, to realize performance improvements proposed in plotly/dashR#134.The text was updated successfully, but these errors were encountered: