-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] The TabbedForm is not showing any tabs #581
Comments
This may be due to duplicate react-hook-form or ra-ui-materialui packages in your installation. Can you check the packages-lock.json or yarn.lock for duplicates? |
On
|
There doesn't seem to be a duplicate. To investigate forther, I'll need a repro. Can you fork the API Platform admin distribution at https://github.com/api-platform/api-platform/, tweak it to reveal the bug, and attach it as a Zip to this issue? |
I can give you my example in tar. $ npm i && npm run dev After you click on the only menu that exists, and you can edit any of posts. There you can see the failure. |
Any update on this? Am I the only one on the internet who use the newest pkgs & tabbed forms? 🤣 Interesting... Actually, since then, I have my own Tabbed forms on top of this in all my projects. Sadly, this thing had a lot of problems in the past too. |
API Platform version(s) affected:
4.0.1v3.3.11Description
The
TabbedForm
is not working anymore in the new version.Screencast.from.2024-08-23.12-18-05.mp4
How to reproduce
@api-platform/admin
Possible Solution
Actually, there is no real solution on a big infrastructure... because the 5th version of
react-admin
has several breaking changes i.e.@tanstack/react-query
upgrade. So, the downgrade is not working everywhere.@fzaninotto Is there any suggestions to do?
Additional Context
Concerned
package.json
The text was updated successfully, but these errors were encountered: