We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9232a63 commit 699df06Copy full SHA for 699df06
exercises/09.sync-external/README.mdx
@@ -13,7 +13,7 @@ the geolocation API. The geolocation API is not a part of React, so we need to
13
synchronize the external state of the geolocation API with the internal state of
14
our component.
15
16
-```tsx lines=31-35
+```tsx lines=25-28
17
import { useSyncExternalStore } from 'react'
18
19
type LocationData =
0 commit comments