close
The Wayback Machine - https://web.archive.org/web/20210831004734/https://github.com/react-hook-form/documentation/commit/8808dac4fafba028ca642d258ab5046d647ffef1
Skip to content
Permalink
Browse files
React.RefObject -> React.Ref (#653)
  • Loading branch information
pmaier983 committed Aug 30, 2021
1 parent f47a936 commit 8808dac4fafba028ca642d258ab5046d647ffef1
Showing with 3 additions and 3 deletions.
  1. +1 −1 src/components/ApiErrors.tsx
  2. +1 −1 src/components/ApiRefTable.tsx
  3. +1 −1 src/components/UseControllerMethods.tsx
@@ -87,7 +87,7 @@ export default React.memo(
</td>
<td>
<span className={typographyStyles.typeText}>
React.RefObject
React.Ref
</span>
</td>
<td>{api.errors.ref}</td>
@@ -119,7 +119,7 @@ export default function ApiRefTable({
<code>ref</code>
<br />
<code className={typographyStyles.typeText}>
React.RefObject
React.Ref
</code>
</td>
<td>React element ref</td>
@@ -84,7 +84,7 @@ export default ({ currentLanguage, isController }) => {
<code>ref</code>
</td>
<tr>
<code className={typographyStyles.typeText}>React.RefObject</code>
<code className={typographyStyles.typeText}>React.Ref</code>
</tr>
<td>
<p>

1 comment on commit 8808dac

@vercel

This comment has been minimized.

Please sign in to comment.