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
recorded by track by recordedName not working as there is no guaruantee that they are not repeated
hook.js:608 Warning: Encountered two children with the same key, `, A.`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version. Error Component Stack
at span (<anonymous>)
at InlineLineClamp (inlineLineClamp.tsx:7:35)
at SetAsFilterList (setAsFilterList.tsx:13:3)
In this case it is clearly a data issue. Either the data provider or interpretation has messed something up. It was just the example I stumbled on. But it seems reasonable that we cannot rely on names being unique. If that is a requirement for the UI, then we should filter them first.
fwiw: provided by publisher as "recordedBy": "Hillman|, A.|Carter|, A.", so yes, four values. And yes it is probably a mistake
recorded by track by recordedName not working as there is no guaruantee that they are not repeated
example 3057853303
"recordedBy": [ "Hillman", ", A.", "Carter", ", A." ],
The text was updated successfully, but these errors were encountered: