Skip to content

Commit 873de67

Browse files
authored
Add Suspense import hint. (#22)
For those not familiar with Suspense, they may not know where Suspense is supposed to come from.
1 parent 78fb2dc commit 873de67

File tree

1 file changed

+2
-1
lines changed
  • exercises/02.server-components/03.problem.streaming/ui

1 file changed

+2
-1
lines changed

exercises/02.server-components/03.problem.streaming/ui/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { Fragment, createElement as h } from 'react'
1+
// 🐨 you'll want to import Suspense from react
2+
import { /* Suspense */, Fragment, createElement as h } from 'react'
23
import {
34
ShipDetails,
45
// 💰 you'll want this:

0 commit comments

Comments
 (0)