nds-org / workbench-webui

Web UI for the Workbench platform
0 stars 1 forks source link

fix: fix errors in specview page #20

Closed bodom0015 closed 1 year ago

bodom0015 commented 1 year ago

Problem

Error in the SpecView page when first loading:

dex.js:1191 Warning: Each child in a list should have a unique "key" prop.

Further errors when clicking on dependencies:

Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate.

Approach

How to Test

  1. Checkout and run this branch locally
  2. Login to the Workbench WebUI
  3. Navigate to kubernetes.docker.internal/all-apps/chords
    • You should not see any errors in the browser console