async-props
async-props copied to clipboard
error never throw to console when or before component mount
I notice that if I have error code in getInitialState
or render
method and so on,
the console never shows my error, it's hard to debug,
error would only show in console when user interact with the component and some code is wrong