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
On the Facility Information page, toggling the Did this facility begin operations in 2024 or 2025? switch triggers warnings in the browser console. Additionally, typing into other form fields significantly increases these warnings, causing the browser to behave erratically.
This issue might also explain the reliance on timeouts in the FacilityForm.test.tsx file.
Probability:5
(How likely the bug is to happen, scored from 1-5. For example, probability of 5 is something like "it happens to all users every time they log in." whereas probability of 1 "only happens to certain users when a really specific and unlikely path is followed.")
Impact:2
(How bad the bug is when it does happen, scored from 1-5. For example, effect of 5 is "the entire app crashes and makes it unusable for all users" or "the bug causes the wrong data to be saved, with critical information (e.g. payment) being affected." whereas effect of 1 is "It makes some styling look a little bit weird.")
Sepehr-Sobhani
changed the title
Facility Information page when toggle causes lots of console errors[7]
Facility Information page toggle causes lots of console errors[7]
Jan 24, 2025
Describe the Bug:
On the Facility Information page, toggling the
Did this facility begin operations in 2024 or 2025?
switch triggers warnings in the browser console. Additionally, typing into other form fields significantly increases these warnings, causing the browser to behave erratically.This issue might also explain the reliance on timeouts in the
FacilityForm.test.tsx
file.Probability:5
(How likely the bug is to happen, scored from 1-5. For example, probability of 5 is something like "it happens to all users every time they log in." whereas probability of 1 "only happens to certain users when a really specific and unlikely path is followed.")
Impact:2
(How bad the bug is when it does happen, scored from 1-5. For example, effect of 5 is "the entire app crashes and makes it unusable for all users" or "the bug causes the wrong data to be saved, with critical information (e.g. payment) being affected." whereas effect of 1 is "It makes some styling look a little bit weird.")
Steps to reproduce the behaviour:
Screenshots:
Additional information:
OS: [e.g. iOS]
Browser: [e.g. chrome, safari]
Version: [e.g. 22]
Additional Context
The text was updated successfully, but these errors were encountered: