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
The compiler should be able to detect nested operation calls like this and log some kind of warning to users. It may even be able to suggest a refactor snippet to show what we mean.
The text was updated successfully, but these errors were encountered:
This is an antipattern we see all the time, where an operation is nested and must be called like
post(...)(state)
:The compiler should be able to detect nested operation calls like this and log some kind of warning to users. It may even be able to suggest a refactor snippet to show what we mean.
The text was updated successfully, but these errors were encountered: