Ignat Prokopovich

Results 2 issues of Ignat Prokopovich

Fixed getting `zip_check` after creating a payment method in `stripe`. Added `Stripe` types to function arguments and return values. It was investigated that we should not fix the behavior in...

I made some component optimizations using react hooks like useMemo and useCallback. I also wrapped some components in memo so they only render when their props are updated. Since the...