Brandon Hall
Results
3
comments of
Brandon Hall
I couldn't agree more. Because of this library and `aws-amplify` we're loading V2 and V3 of the `aws-sdk`. V3 checks in at 27kb gzipped while V2 checks in at 96kb...
My solution was very similar to @NamPNQ and works great for us: ```typescript import { Component } from 'react'; import { debounce, isEqual } from 'lodash'; import { connect, FormikValues,...
@Ridder90 No, it's defined at the top of the file as a TypeScript interface.