Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Apr 24, 2024
1 parent bbca39a commit 9c8eba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const Form: React.ForwardRefRenderFunction<FormInstance, FormProps> = (

React.useEffect(() => {
onFormLoad();
return () => {};
}, [onFormLoad]);

// Register form into Context
Expand Down

0 comments on commit 9c8eba3

Please sign in to comment.