We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaf123 commit ad83d82Copy full SHA for ad83d82
docs/src/pages/Introduction.js
@@ -303,9 +303,9 @@ const Introduction = ({ pkg, title }) => (
303
</p>
304
<p>
305
Take a look at our
306
- <a href={`${repoURL}/blob/master/src/lib/AutoControlledComponent.js`}>
+ <a href={`${repoURL}/blob/master/src/lib/ModernAutoControlledComponent.js`}>
307
308
- <code>AutoControlledComponent</code>
+ <code>ModernAutoControlledComponent</code>
309
310
</a>
311
to see how this was done. See the docs try it out live.
0 commit comments