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
Also see whatwg/fetch#50 where this is discussed further: bottom line is you should be using uppercased methods from the start, allowing lowercase in the first place is just some legacy compatibility thing and they are not starting to expand that.
I set createApi up like the code below.
And, api call when patch comment.
But, the patch method did not convert from lowercase to upper case automatically. (* I check network tab)
I guess that it is rtk bug.
Because The other http method(get, post, put, delete) was well converted from lower case to upper case automatically.
The text was updated successfully, but these errors were encountered: