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
Add warnings about multiple calls to same method in Builder
Since multiple calls to the same method in Builder is not disallowed,
there is a risk of misuse if values are accidentally overwritten.
In later versions of snow, this will not be allowed full-stop, but in
the mean time we'll add a warning here to remain API-compatible.
0 commit comments