CSAllenISD / 2023-ISP-Bug-Tracker

Other
3 stars 0 forks source link

Issue ID's are hard codded. #29

Closed Brook-A-CS closed 1 year ago

Brook-A-CS commented 1 year ago

Issue ID's are hard codded which causes react to not have a correct key value which hurts efficiency. React uses keys to know when to refresh part of a website, whenever something is updated by the user, react checks the id and refreshes everything with that ID. Right now the ids are all the same making every issue refresh every time a new one is added.

Brook-A-CS commented 1 year ago

Solved with commit 689286e