Kevin LaFlamme
Results
4
issues of
Kevin LaFlamme
The current package is pulling in all of lodash as a dependency which can result in unnecessarily large bundle sizes. This change imports the functions independently instead. I've never used...
I recently got a validation error from the API that was coming through as a generic `FSMException`. After digging in I realized that `fault.getType()` has `ValidationFault`, not `Validation` which meant...