jion-kozonos
Results
1
issues of
jion-kozonos
# Error ``` Property 'didCancel' does not exist on type 'FilePickerResult'. Property 'didCancel' does not exist on type 'FilePickerError'. ``` # Solution from ``` export type FilePickerResult = | FilePickerCancel...