You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
The notification component will disappear when there are no notifications to display, preventing the Snakbar component from covering a part of the interface.
When a form is saved correctly, all notifications will be output, not just the first one.
What happened instead:
The Notification component remains with visibility: hidden when there is no notification to display covering a part of the interface.
When you save a form correctly several times, the notification only appears the first time.
Steps to reproduce:
For example, if you successfully save an edit form, the notification will appear. When the notification is hidden, the Notification component will remain covering the interface.
If we successfully save the form a second time, the notification will not appear.
What you were expecting:
The notification component will disappear when there are no notifications to display, preventing the Snakbar component from covering a part of the interface.
When a form is saved correctly, all notifications will be output, not just the first one.
What happened instead:
The Notification component remains with visibility: hidden when there is no notification to display covering a part of the interface.
When you save a form correctly several times, the notification only appears the first time.
Steps to reproduce:
For example, if you successfully save an edit form, the notification will appear. When the notification is hidden, the Notification component will remain covering the interface.
If we successfully save the form a second time, the notification will not appear.
Related code:
In this example, using react-admin version 3.12.4, the problem can be reproduced, and it occurs up to the latest version.
https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple
Other information:
Environment
The text was updated successfully, but these errors were encountered: