so i want to store the state of an array with an unknown length.
so basically the user can choose between 2,3 or 4 players and then he will be asked to enter their names the problem is that i couldn't find a way to store their names inside a value of a useState with an array type.