-
Hello, I have some question about mobx's flow CaseI use react, and call mobx flow method from component's useEffect hook. it's what I want exactly! That makes my integrate test fail and I don't want to show this message from chrome developement console. QuestionCan I catch this error? I tried but failed. or Is it unexpected case? Thank you for your time |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You should be able to catch it like you catch any promise error |
Beta Was this translation helpful? Give feedback.
-
… On Fri, Feb 5, 2021 at 11:52 AM DMS40 ***@***.***> wrote:
@mweststrate <https://github.com/mweststrate> How can I report ? And This
one can be example?
https://codesandbox.io/s/magical-hugle-qc0d1?file=/src/App.js
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2789 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN4NBFEP4ZH2KOTUAPAAPLS5PLYXANCNFSM4XEQ6GNA>
.
|
Beta Was this translation helpful? Give feedback.
-
solved by #2790 (comment) |
Beta Was this translation helpful? Give feedback.
solved by #2790 (comment)