Open RishikeshNK opened 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.
ProgressBar
ReviewForm
See the
ProgressBar
component defined within theReviewForm
. This can lead to unnecessary remounting sinceProgressBar
is a local function that is recreated on every render.