wip: watcher callback handling inside suspense

This commit is contained in:
Evan You
2019-09-11 10:09:00 -04:00
parent 51914c76e8
commit 356a01780b
6 changed files with 56 additions and 26 deletions

View File

@@ -115,6 +115,8 @@ describe('renderer: suspense', () => {
test.todo('buffer mounted/updated hooks & watch callbacks')
test.todo('onResolve')
test.todo('content update before suspense resolve')
test.todo('unmount before suspense resolve')