Actions
Bug #12829
openMaximum Update Depth Exceeded Warning in DeviceOperations
Status:
Implementation
Priority:
High
Assignee:
-
Start date:
15/05/2025
Due date:
19/05/2025 (16 days late)
% Done:
0%
Estimated time:
5:00 h
Device Type:
Component:
Device-Mgt-UI
Type:
UI
QA Start Time:
QA Due Time:
QA Estimated Time(Hours):
Description
Environment details
Local server 6.4.0
Prerequisites
Enroll a device
- Go to single device view
- switch to operation log or status and information tab
- Open the browser console
- Observe the warning: "Maximum update depth exceeded"
- Expected Behavior : The component should render without triggering excessive re-renders.
- Actual Behavior : The component enters a render-update loop, leading to performance issues.
- This issue is not encountered in staging environment, only in the local environment.
Possible Cause: A useEffect without a dependency array or with a dependency that continuously updates / A state update inside useEffect that triggers a re-render, causing another state update.
Suggested Fix: Verify if the useEffect dependency array is correctly defined / Ensure that setState inside useEffect is not causing an infinite loop. The component may be EntgraDangerZoneTooltip
Files
Updated by Rajitha Kumara about 2 months ago
- Project changed from product-uem 6.4.0 GA to product-uem 7.0.0 GA
Updated by Sathira Perera 19 days ago
- Due date set to 16/05/2025
- Status changed from New to Implementation
- Start date set to 15/05/2025
Updated by Sathira Perera 19 days ago
- Due date changed from 16/05/2025 to 19/05/2025
Updated by Subodhinie chathurajika about 5 hours ago
- Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
- Assignee deleted (
Sathira Perera)
Updated by Subodhinie chathurajika about 5 hours ago
- Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
Actions