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
Title: Dependency Array Issue in useMemo in Assignment2 Component
Description:
I noticed an issue in the Assignment2 component where the sentences array is included in the dependency array for useMemo. Since the sentences array is not updated anywhere in the code, it should not be part of the dependency array.
Title: Dependency Array Issue in useMemo in
Assignment2
ComponentDescription:
I noticed an issue in the Assignment2 component where the
sentences
array is included in the dependency array foruseMemo
. Since thesentences
array is not updated anywhere in the code, it should not be part of the dependency array.Current Code:
Suggested Correction:
The text was updated successfully, but these errors were encountered: