Skip to content
Discussion options

You must be logged in to vote
export default function App() {
  // bug is bleow your component is getting unmount and remount each render move it out
  const FieldWrapper = styled.div`
    margin-top: 45px;
  `;

to

// bug is bleow your component is getting unmount and remount each render move it out
  const FieldWrapper = styled.div`
    margin-top: 45px;
  `;

export default function App() {

not a hook form related issue

Replies: 4 comments 17 replies

Comment options

You must be logged in to vote
4 replies
@isuruAb
Comment options

@bluebill1049
Comment options

@iamchathu
Comment options

@isuruAb
Comment options

Comment options

You must be logged in to vote
1 reply
@isuruAb
Comment options

Comment options

You must be logged in to vote
12 replies
@Moshyfawn
Comment options

@vgjenks
Comment options

@guplem
Comment options

@Moshyfawn
Comment options

@guplem
Comment options

Answer selected by isuruAb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants