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
Actual behavior: findField(xx) calls findField(xx) which resolve to the same function leading to a infinite calling loop. I believe it was supposed to call the private function with the same name but it resolves to the public function which is itself.