shards
shards copied to clipboard
Should display file pick dialog when using FS.FileDialog with `shards` executed from CLI
Describe the bug
When using FS.FileDialog with shards executed from the CLI, file pick dialog is not displayed.
To Reproduce
@wire(load-file {
FS.FileDialog | Log
})
@mesh(file-mesh)
@schedule(file-mesh load-file)
@run(file-mesh FPS: 30)
Expected behavior
Should display file pick dialog when using FS.FileDialog with shards executed from the CLI.