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
Fix Issue with createNavs and removeNavs Functions by Correcting .some() Method Usage (#241)
This pull request addresses the issue where the createNavs and removeNavs functions in the navigation system were not executing properly due to incorrect usage of the .some() method.
Changes Made:
Corrected .some() Method Usage:
Removed the .length property from the .some() method in the createNavs and removeNavs functions as .some() returns a boolean and not an array.
0 commit comments