Browse Source

Fix createContext href in React APIs (#5245)

main
Alexey 2 years ago
committed by GitHub
parent
commit
dc20245b99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/apis/react/index.md

2
beta/src/content/apis/react/index.md

@ -80,7 +80,7 @@ function MyComponent() {
</YouWillLearnCard>
<YouWillLearnCard title="createContext" path="/apis/react/useContext">
<YouWillLearnCard title="createContext" path="/apis/react/createContext">
Creates a context that components can provide or read.

Loading…
Cancel
Save