after i JSON.stringify(data) the staticprops data ...
# orm-help
v
after i JSON.stringify(data) the staticprops data and when I try to map it in jsx i get map is not function? stringify changes data back to string?
a
this is a common error in Nextjs and you could either send the dates as ISO and then parse it in the component, or you could use https://github.com/blitz-js/superjson