Open sahemo opened 1 year ago
Hi @sahemo, download buttons are not supported by shiny.fluent yet. Please take advantage of this workaround until we implement this feature.
Hello @jakubsob
We are using the workaround already. It stopped working after we migrated to R 4.2.2
because it was wrapped in Stack()
. May be this is a different issue.
I agree with sahemo, it stopped working the workaround. And I am having a tough time finding a solution.
@alejandroLiqi I was running into the same issue this morning on 4.3 then I realized that had forgotten to call useShinyjs()
in my UI. Maybe you are running into a similar issue. The workaround still works for me.
It happens when we wrap the
downloadButton()
in theStack()
function from theshiny.fluent
package.A minimal
reprex
: Directory tree: