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
Currently, all the buttons for mutliButtonSelecotrs and numberButtonSelectors use the option.id for the button's key prop. The option.id is an integer ranging from zero to the number of buttons minus one. This means all of the buttons share the same key with one or more buttons. This throws a warning message because it is expected that elements have unique ids. We suggest that the key prop is changed to the question UUID or the question name.
The text was updated successfully, but these errors were encountered:
Currently, all the buttons for
mutliButtonSelecotrs
andnumberButtonSelectors
use theoption.id
for the button's key prop. Theoption.id
is an integer ranging from zero to the number of buttons minus one. This means all of the buttons share the same key with one or more buttons. This throws a warning message because it is expected that elements have unique ids. We suggest that the key prop is changed to the question UUID or the question name.The text was updated successfully, but these errors were encountered: