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
I have searched the issues of this repository and believe that this is not a duplicate.
Description 😯
Switch to List view in Projects main page. Check console for errors: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
Might be also the root cause for intermittently failing project_edit list view E2E tests? (Editing the title is possible in list view:, Editing title without a change isn't possible in list view)
How to reproduce 🕹
Your Environment 🌎
Tech
Version
Frontend
v1.?.?
API
v1.?.?
Blockchain
v1.?.?
Export-Service
v1.?.?
Email-Service
v1.?.?
Storage-Service
v1.?.?
The text was updated successfully, but these errors were encountered:
Description 😯
Switch to List view in Projects main page. Check console for errors:
Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
Might be also the root cause for intermittently failing project_edit list view E2E tests? (
Editing the title is possible in list view:
,Editing title without a change isn't possible in list view
)How to reproduce 🕹
Your Environment 🌎
The text was updated successfully, but these errors were encountered: