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
When --r-prefix is blank, the 'transpiler' assumes dash is the prefix. This is undesirable for third party components, or libraries such as dash-canvas, which already include "dash" in their names.
Alternatively, a better strategy for the 'transpiler' behaviour might be to accept a blank string, e.g.
Then, then the 'transpiler' could generate a properly camelCase function name, i.e. dashCanvas instead of DashCanvas.
This would maintain parity with existing Plotly component libraries, and further standardize function naming. These details seem minor, but as R is case-sensitive, they remain important.