React-Admin 5.8.1 is out!🚀
This release brings a few handy fixes & improvements:
✅ <Confirm> now correctly supports simple string title & content props
🎯 Better handling of the createLabel prop for <AutocompleteInput> & <SelectInput>
📚 Docs improvements
Full changelog👇
github.com/marmelab/rea...Release 5.8.1 · marmelab/react-admin
Fix <Confirm> ignore simple string title and content props (#10723) (djhi)
Fix <AutocompleteInput> and <SelectInput> renders undefined instead of the createLabel when optionText is a function or a ...