You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several bits of special-case code related to handling the introduction page. There is also an implicit assumption that the route name for the page is "/introduction".
What if we just let people define form pages that could have only text (via a React component) and a "Continue" button? That allows not only a first-page introduction but interstitial help/continuation pages to introduce new chapters, and they can have any route name they want.
There are several bits of special-case code related to handling the introduction page. There is also an implicit assumption that the route name for the page is "/introduction".
What if we just let people define form pages that could have only text (via a React component) and a "Continue" button? That allows not only a first-page introduction but interstitial help/continuation pages to introduce new chapters, and they can have any route name they want.
Related to usds/us-forms-system-starter-app#14 .
The text was updated successfully, but these errors were encountered: