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
Currently, there is no straightforward way to trigger downloads from React. In effect, e.g. a PrimaryButton from shiny.fluent cannot be easily used as a download button (but see Appsilon/shiny.fluent#39 for a workaround).
Solution
It should be possible to create a startDownload() helper, which could be used the following way:
Problem
Currently, there is no straightforward way to trigger downloads from React. In effect, e.g. a
PrimaryButton
from shiny.fluent cannot be easily used as a download button (but see Appsilon/shiny.fluent#39 for a workaround).Solution
It should be possible to create a
startDownload()
helper, which could be used the following way:The text was updated successfully, but these errors were encountered: