How fixPGN file/game import with React app
I’m trying import a pgn file and its throwing an error, but if I rename the file to txt it works, but I prefer it like pgn instead renaming it.
How import a PGN file in React/Vite
I am trying mto import a pgn file to parse it (client), but is throwing an error. Its a React/Vite project