wip: pass suspense down as argument

This commit is contained in:
Evan You
2019-09-10 12:08:30 -04:00
parent 0fff3a6ef5
commit 2677c91aba
3 changed files with 181 additions and 52 deletions

View File

@@ -122,4 +122,6 @@ describe('renderer: suspense', () => {
test.todo('nested suspense')
test.todo('error handling')
test.todo('portal inside suspense')
})