- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Problem: we have two functions that do similar things and the one we want to call from components has a more annoying name.
Background: we had the functiongetFormHelpers
and then decided to change how it works, but we needed to do so piecemeal, so we madegetFormHelpersWithError
in the meantime.
Definition of done: the originalgetFormHelpers
is deleted andgetFormHelpersWithError
is renamedgetFormHelpers