alexreardon / tiny-invariant

A tiny invariant function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to show error message in production?

offchan42 opened this issue · comments

On production I noticed that it only says "Error: Invariant failed" but it doesn't explain what the error is about.
What is the best practice for investigating error with tiny-invariant on the server?

OK I realized that the error message isn't supposed to be shown in production.
For others wanting to show error messages in production, try Kent's invariant library instead:
https://twitter.com/kentcdodds/status/1735094996746019043
https://github.com/epicweb-dev/invariant