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
Stop warning in constructor for ResponseFormat="json"
Since we now throw an error when `ResponseFormat="json"` is used without
the required `"json"` in the inputs, we can stop warning in the constructor.
With the previous state, users got a warning they could not avoid, even
in code doing everything correctly.
0 commit comments