Meteohr

Results 3 comments of Meteohr

Hi @slax57 , thanks for the quick answer. After having a more closer look into the [source code](https://github.com/marmelab/react-admin/blob/v4.0.1/packages/ra-core/src/controller/record/useRecordContext.ts#L37), it seems like the change from https://github.com/marmelab/react-admin/pull/7495 actually made it into the...

Maybe not really related to this, but I want to mock the whole `usePlacesWidget` function in a test and it is not working, I get the error `TypeError: Cannot redefine...

@ZhanibekZ This is how I ended up testing, that the callback `onPlaceSelected` is doing the right thing in my component: First I wrote a mock widget, which creates an input...