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
Try adding or removing majors, schools, or states in the Eligibility Requirements section.
It doesn't work :/
Per the console, the error is:
react-dom.production.min.js:101 Uncaught TypeError: a.setFieldValues is not a function
at j (FormikAutocomplete.tsx:38:36)
at ut (useAutocomplete.js:531:7)
at pt (useAutocomplete.js:565:5)
at xt (useAutocomplete.js:871:5)
What devices are you experiencing the problem on?
Desktop
What browsers are you seeing the problem in?
Chrome
The text was updated successfully, but these errors were encountered:
Since we haven't worked on the project recently my guess is that one of the library package updates (probably a Formik or MUI one) renamed the setFieldValues function and this reached production undetected due to missing FormikAutocomplete test cases that actually interact with the UI element and add/remove values.
Is there an existing issue for this?
What happened?
I expected to be able to add and remove values to the Majors text field but I'm unable to:
Steps To Reproduce
Per the console, the error is:
What devices are you experiencing the problem on?
Desktop
What browsers are you seeing the problem in?
Chrome
The text was updated successfully, but these errors were encountered: