Errors are being thrown twice with suspense: true, typings for data shouldn't be undefined
The parent is something like this:
This is the page which is going to be rendered inside router-view:
The parent page captures the same error twice: one of which from await suspense().
Is there any way to avoiding catching the same error twice?
Also when using
suspense: true
I expect data to not possibly be undefined but according to the typings that's not the case. Shouldn't the typings get rid of the union with undefined whenever you use suspense: true?0 Replies