im building a fantasy sports like product and this is my current design, however i want to consider option to allow users to submit multiple fantasy teams. current design is for submitting one team, how would you go about offering option to add another team to submit
Loading...
The code returns the following error:
FatalRendererError: Cannot read properties of undefined (reading 'cards')
at FantasyTeamManager (/fantasy-team-manager)
Revise the code to address the error.
Loading...
add 15 nfts in my collection so i can save 3 different teams. add function to edit my team once i save them.
i should be able to save individual teams and not be forced to save all teams.