Hi everyone,
When testing my forge custom ui app react keeps complaining about missing keys for children:
But as far as I can see components from https://atlassian.design/components/ don’t have a key prop.
Am I overlooking something or is there no way to give a key to components?
AnhTran
#2
Hi @DanielKleissl .
As I know, key prop is a default props of react component. So It’s usually not mentioned in the documents of components. You can refer here: https://reactjs.org/docs/lists-and-keys.html
1 Like
I know, but it does not seem to work for me, even after adding keys to all the children 
Ok, thanks for helping - I overlooked the form footer that also had a list of children. 
1 Like