Akhilesh Adithya
Results
2
comments of
Akhilesh Adithya
Is this issue still open? Are contributions welcome?
It's a bit late, but I'd suggest using a state variable, maybe something like - `const [triggerDownload, setTriggerDownload] = useState(false);` And in the render function, have - `{triggerDownload && }`...