remix-run / remix

Build Better Websites. Create modern, resilient user experiences with web fundamentals.
https://remix.run
MIT License
29.17k stars 2.46k forks source link

Returning BigInt from a loader results in error #166

Closed tchak closed 2 years ago

tchak commented 3 years ago

Remix can not serialise BigInt

machour commented 2 years ago

Tracked in #331

kiliman commented 2 years ago

You should use a library like superjson to return non-standard JSON types like BigInt and Date.