Alex Reardon
Alex Reardon
@pkerschbaum I love the goal and outcome of this change. Something I am thinking about is that this is a lot of code and complexity to add to this (little)...
This would be cool and I have needed this too
I am open to this. I think that different folks have different needs. For a lot of frontend usages, the ideal is to ship as little code as possible. For...
Maybe the answer is not to be clever, but have one export for each variant. Could even use an entry point for extreme bundle size safety import invariant from "tiny-invariant/keep-messages"...
This would be great
I think this behaviour is expected
the `useMemoOne` function is trying to update the cached value based on the `inputs` array. In this case the memoized function is causing a side effect that is breaking the...
I'll try to take a look at this soon
Thanks for looking into this @pkerschbaum!
Here is my favourite option I have come up with so far: ```ts // basic usage invariant(condition); // With a basic message //(maybe it's time we drop the built-in "Invariant...