usehooks icon indicating copy to clipboard operation
usehooks copied to clipboard

Use superjson to parse/stringify objects instead of built in JSON's parse/stringify

Open anthonyhoegberg opened this issue 8 months ago • 0 comments

Replaced JSON.stringify and JSON.parse to use superjson instead so we can parse objects such as maps and more that's not supported by default

anthonyhoegberg avatar Jun 24 '24 02:06 anthonyhoegberg