Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecated type in React 18 (#3547)
Replace StatelessComponent by FunctionComponent in withFormik.tsx fix #3546 PR to solve the problem with the removed type in react 18 I saw that you have a build/types branch, but it hasn't changed since 2020, so I did the direct PR in master
- Loading branch information
da58b29
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.10
.formik (simple example)
8979
ops/sec (±5.47%
)10090
ops/sec (±5.69%
)1.12
react hook form (simple example)
8149
ops/sec (±4.53%
)9624
ops/sec (±3.13%
)1.18
This comment was automatically generated by workflow using github-action-benchmark.