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(layout): useLayoutNavigation possible perf fix
This was caught by CodeQL:
CWE-400
CWE-730
> This regular expression that depends on library input may run slow on
> strings starting with '?' and with many repetitions of '?'.
This really shouldn't happen unless the users can configure the layout
tree themselves.
0 commit comments