ReactJS Returning props.value.map is not a function when parsing a json file
I am trying to teach myself ReactJS using PrimeReact. i am making a simple application to track crypto holdings in a wallet i own. i have this code to create a table with base data from a json file: import…