admin icon indicating copy to clipboard operation
admin copied to clipboard

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

Open adguernier opened this issue 11 months ago • 1 comments

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

adguernier avatar Mar 06 '24 13:03 adguernier

Partially resolved by #537 .

TODO:

  • [ ] remove history prop type
  • [ ] add router prop ( router: RouterEl = BrowserRouter)

PawelSuwinski avatar Apr 09 '24 06:04 PawelSuwinski

history is no longer used in api-platform admin v4.

fzaninotto avatar Jul 27 '24 08:07 fzaninotto