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
This is similar to #56 but on the code side. Many of the js/jsx files include dependencies from department-of-veterans-affairs, such as SelectWidget.jsx which pulls in asNumber and RadioWidget.js for ExpandingGroup. These should be refactored so that either 1) we have our own copy, 2) the VA site gets it from us-forms-system, or 3) both we and the VA site get it from some newly created component.
The text was updated successfully, but these errors were encountered:
This is similar to #56 but on the code side. Many of the js/jsx files include dependencies from department-of-veterans-affairs, such as SelectWidget.jsx which pulls in
asNumber
and RadioWidget.js forExpandingGroup
. These should be refactored so that either 1) we have our own copy, 2) the VA site gets it from us-forms-system, or 3) both we and the VA site get it from some newly created component.The text was updated successfully, but these errors were encountered: