From da58b292c9c0b6029ae21ab4b5edff09dd877c1b Mon Sep 17 00:00:00 2001 From: Alan Escobedo Date: Sat, 2 Sep 2023 06:11:26 -0600 Subject: [PATCH] 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