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
For increased parity with the Dash for Python calling syntax, the current prefixes for dash-html-components and dash-core-components should be changed when generating R components:
html ➡️ dhc
core ➡️ dcc
The text was updated successfully, but these errors were encountered:
Our standard usage in Python is html for dash_html_components - so I think only core needs to change to dcc.
rpkyle
changed the title
Modify R component prefixes to match Python shorthand
Modify R component prefixes to match Python, enforce dependency on dashR package
Mar 8, 2019
The proposed implementation of the preload_dependency method, which will be useful for multipage DashR applications, requires that we enforce a dependency on DashR for all component library packages.
For increased parity with the Dash for Python calling syntax, the current prefixes for
dash-html-components
anddash-core-components
should be changed when generating R components:html
➡️dhc
core
➡️dcc
The text was updated successfully, but these errors were encountered: