mobx-log
mobx-log copied to clipboard
Get rid of CaughtException in logs
It only happens with computeds due to this line: https://github.com/mobxjs/mobx/blob/e60b36c9c78ff9871be1bd324831343c279dd69f/packages/mobx/src/core/computedvalue.ts#L91
Related discussion: https://github.com/mobxjs/mobx/discussions/3341