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: restructure isReactHook condition to prevent Babel from mangling operator precedence
Extracting to a const variable prevents Babel from stripping the
parentheses around the && group within the || chain in
isFetchCallProperlyHandled, which would have caused any line
containing 'const' to incorrectly match as a function start.
0 commit comments