You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should display the error message without logging an error in the console
What is actually happening?
This throws:
Uncaught (in promise) TypeError: Cannot read property 'parentNode' of null
at parentNode (VM76 runtime-dom.esm-browser.js:8711)
at patchBlockChildren (VM76 runtime-dom.esm-browser.js:6124)
at patchElement (VM76 runtime-dom.esm-browser.js:6092)
at processElement (VM76 runtime-dom.esm-browser.js:5919)
at patch (VM76 runtime-dom.esm-browser.js:5836)
at patchSuspense (VM76 runtime-dom.esm-browser.js:2672)
at Object.process (VM76 runtime-dom.esm-browser.js:2632)
at patch (VM76 runtime-dom.esm-browser.js:5845)
at patchBlockChildren (VM76 runtime-dom.esm-browser.js:6128)
at processFragment (VM76 runtime-dom.esm-browser.js:6189)
This works fine until beta.5 and works as well if removing the wrapping div element
The text was updated successfully, but these errors were encountered:
Version
3.1.0-beta.6
Reproduction link
SFC playground repro
Steps to reproduce
Add a component with async setup throwing an error:
Then use this component in a Suspense with error handling:
Note the wrapping
div
around the async component.What is expected?
It should display the error message without logging an error in the console
What is actually happening?
This throws:
This works fine until beta.5 and works as well if removing the wrapping div element
The text was updated successfully, but these errors were encountered: