MrKampla
MrKampla
I'm aware of response that have been given here: #56, but I don't understand why You don't want to share the code for the site. In my opinion, it would...
Hi @frafall, I'm afraid your issue is browser related rather than caused by our package because we're only relying on browser APIs. If none of our callback functions are called,...
@ronald2x Welcome to the React devs community 😉 What do You mean by "mock files always fails"? Can You provide us with some code snippets of tests and the component...
Closing this PR as there has been too many changes introduced by version 2.0.0. UseDirectoryPicker will be implemented later after 2.0.0 is shipped.
Hi @JustMeGaaRa, thanks for spotting that, we'll fix this in the next patch release
@JustMeGaaRa Fixed in v2.1.2. Please remember to wrap your props that you pass to useFilePicker with `useMemo`: ```ts const ufpProps = useMemo(() => ({ accept: ".dsl", multiple: false }),[]); const...
Hi @MohrJonas, happy to hear that you like our package! > Would it be possible to add the ability to select folders and get their respective content? Yes, it's on...
@ReallyLiri You're right, there's no built-in browser picker that allows for selection of both files and folders, so we're only talking about directory picking. To shed some light on the...