Krzysztof Krzeszewski

Results 9 comments of Krzysztof Krzeszewski

Is this repository dead? this doesn't seem like that much of an issue to fix this bug. Why should a function return the id if the app did find an...

> Change from interface to type worked for me That's one weird solution, but as long as it works. 🥇

I suggest watching for changes to the field you want and resetting the field manually. ``` import {useFormContext} from "react-hook-form"; ... const {watch, resetField} = useFormContext(); const inputValue = watch("hasEmail");...

I seem to have managed to mitigate the issue by setting `clearOnBlur` option to false. Now the question is why does this happen exactly?

I still experience the issue on windows for version @11.0.4

Why not just do ``` import * as levenshtein from 'fast-levenshtein'; ``` And use it the same way as with require ``` levenshtein.get('cat', 'bat'); ```

I get the same error even without lazy loading enabled. With the newest version of the react admin (4.9.3) and react admin firebase (4.1.2) Every time i refresh the page,...

I like the idea, just take into account that lodash is used not only in the arrayHelpers but also in FireClient and translate-from-firestore so there is more imports to take...