Closed bodom0015 closed 1 year ago
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.
key
.map()
redirect
Problem
Error in the SpecView page when first loading:
Further errors when clicking on dependencies:
Approach
key
is present on each list child when rendering using.map()
redirect
after it changes, in case we stay in the same viewHow to Test