This occurs in the addExperience component. Sometimes, after clicking submit, the request takes some time to process in the backend. Some individuals can click multiple times. All requests are eventually completed and the experience is posted multiple times, creating duplicates. We can fix this by disabling the button after one click (until the response is received) and making some sort of loading animation while its submitting.
This occurs in the addExperience component. Sometimes, after clicking submit, the request takes some time to process in the backend. Some individuals can click multiple times. All requests are eventually completed and the experience is posted multiple times, creating duplicates. We can fix this by disabling the button after one click (until the response is received) and making some sort of loading animation while its submitting.