api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
477 stars 131 forks source link

`history` prop is deprecated and will be removed in V5 #533

Open adguernier opened 4 months ago

adguernier commented 4 months ago

Description
<AdminGuesser> uses the history prop which is deprecated since React-admin v4. Additionally, this prop will be removed in React-admin V5.

Possible Solution
Remove this prop and let users choose the history component they need

PawelSuwinski commented 3 months ago

Partially resolved by #537 .

TODO: