admin
admin copied to clipboard
`history` prop is deprecated and will be removed in V5
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
Partially resolved by #537 .
TODO:
- [ ] remove history prop type
- [ ] add router prop (
router: RouterEl = BrowserRouter
)
history
is no longer used in api-platform admin v4.