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 a few bugs with the review form. So far:
In /confirm, Prerequisites are sometimes missing.
Resetting review doesn't reset Prerequisites.
On second visit, links field is automatically checkmarked.
This is because the architecture of the form (uncontrolled inputs) makes development & maintenance really difficult. Imho we should move to controlled inputs.
The text was updated successfully, but these errors were encountered:
There are a few bugs with the review form. So far:
review
doesn't reset Prerequisites.This is because the architecture of the form (uncontrolled inputs) makes development & maintenance really difficult. Imho we should move to controlled inputs.
The text was updated successfully, but these errors were encountered: