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
Hey, I'm not sure if this is a ReScript 11 thing or something else, but in order to make fetching work properly, I needed to change this line and this line in such way that neither have underscore as prefix
e.g.
~_method: string=?,
=>
~method: string=?,
The current implementation does not work when using DELETE as method (at least). It causes an error TypeError: Failed to construct 'Request': Request with GET/HEAD method cannot have body.