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
We've recently started to get rid of our usage of arrow functions in component props for similar reasons to that mentioned here. We went ahead and set:
We've recently started to get rid of our usage of arrow functions in component props for similar reasons to that mentioned here. We went ahead and set:
but realized we were still able to get away with using something like:
So we didn't fix the problem, we just accidentally tricked it. Is this expected behavior or is this a bug?
The text was updated successfully, but these errors were encountered: