This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
Router Refactor: Conditional Route Logic #560
Labels
VA Forms System Core
For Forms Library Team work on the new VA Forms System Core
RouterContext
uses conditional path property (ln 33)instead of just checking for the existence of a conditional property:
const field = condition ? useField(condition) : null;
The text was updated successfully, but these errors were encountered: