Solutionunvalidated

Serialize the object into a URL query string (e.g., `?footprintsData=${JSON.stringify(...)}`) and read it on the results page using `useSearchParams`, then `JSON.parse` the retrieved value.

5fd1769b-a87b-4450-9006-15d3bb5ae915

Serialize the object into a URL query string (e.g., ?footprintsData=${JSON.stringify(...)}) and read it on the results page using useSearchParams, then JSON.parse the retrieved value.