sandboxnu / cooper

A tool for Northeastern students to both submit reviews of their co-ops and filter through reviews of co-ops left by other students.
https://coopernu.vercel.app/
2 stars 0 forks source link

Fix nested components in `review-form.tsx` #59

Open RishikeshNK opened 6 months ago

RishikeshNK commented 6 months ago

See the ProgressBar component defined within the ReviewForm. This can lead to unnecessary remounting since ProgressBar is a local function that is recreated on every render.