Project

General

Profile

Actions

Bug #12829

open

Maximum Update Depth Exceeded Warning in DeviceOperations

Added by Thilina Sandaruwan 2 months ago. Updated about 5 hours ago.

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

Steps
  • 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"
Description
  • 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

Actions #1

Updated by Rajitha Kumara about 2 months ago

  • Project changed from product-uem 6.4.0 GA to product-uem 7.0.0 GA
Actions #2

Updated by Oshani Silva 21 days ago

  • Assignee set to Sathira Perera
Actions #3

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
Actions #4

Updated by Sathira Perera 19 days ago

  • Due date changed from 16/05/2025 to 19/05/2025
Actions #5

Updated by Subodhinie chathurajika 5 days ago

  • Estimated time set to 5:00 h
Actions #6

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)
Actions #7

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

Also available in: Atom PDF