Kryštof Matějka

Results 8 comments of Kryštof Matějka

hello @ronald2x I just wrote a few tests and mocking in jest seems to behave as expected. ``` // test.ts import { useFilePicker } from 'use-file-picker'; jest.mock('use-file-picker'); const mockUseFilePicker =...

hello @Karlie-777 first solution does not work, but the second does! thanks 🙇

i see what i did wrong, i haven't copied `parentDataTag: "group"` from the example. so there isn't any issue

would it make sense to switch the logic to `elementContent.contentName || elementContent.id`? what happened to me is that i wanted to transform the value of `data-id` in `contentName` callback and...

@microsoft-github-policy-service agree company="Microsoft"

Hello, I would like to mention that this issue makes it very difficult to use Fluent UI on a new project, because React 19 is now the default in every...

Hello @Karlie-777 this would work if you were in a position where you can modify app1. Unfortunately, that is not my case.