“Received NaN for the `children` attribute” warning
I am building a tic tac toe web app. When I try it and click the button “Ver Ranking”, it throws me a warning I do not know how to handle:
Filereader is not reading one file
I am creating this in nextjs(app router). I am trying to get the image from user’s system using input(type as file) and reading the content of the file with FileReader().
Guy’s can anyone tell me whats the problem in my code. Filereader is not reading my file
I am creating this in nextjs(app router). I am trying to get the image from user’s system using input(type as file) and reading the content of the file with FileReader().