-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect argument parsing without options #185
Comments
On vacation until March 3, but will take a look asap. |
Feel free to submit a PR! ❤️ |
This is my next thing I'm gonna work on. @maxquinn You interested in taking a look at this one? I'm either going to work on this or Suspense support tomorrow. |
Yeah sure. I'll take a look in the morning |
@maxquinn if this starts getting too far down a rabbit hole, let me know. Happy to help. We potentially might need to split |
This is implemented in |
Hi, it seems this is fixed after 2 major versions (I am reported in 0.2.9). Do we have some change logs or migration guides about these major version updates? |
I am about to post a major release very soon. In that I will post all the updates, new features, etc! Bare with me. |
@Gerhut Here's the new release! If you are having issues migrating to the new version, let me know your troubles and I will help as much as possible! |
Describe the bug
get
function changes every time when calling inuseFetch(url, deps)
format.https://codesandbox.io/s/compassionate-carson-66sbu
Expected behavior
Keep optionsNoURLs undefined if second parameter is array in https://github.com/alex-cory/use-http/blob/master/src/useFetchArgs.ts#L72
The text was updated successfully, but these errors were encountered: