Skip to content
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

Allow null indexes on formSerializer and paramsSerializer v0.x #4961

Merged
merged 3 commits into from Sep 29, 2022

Conversation

WillianAgostini
Copy link
Contributor

@WillianAgostini WillianAgostini commented Sep 15, 2022

Fixes #4959
Docs: automatic-serialization-to-formdata

Allow indexes to receive null value.

axios.create({
  headers: {
    'Content-Type': 'application/json',
  },
  formSerializer: {
    indexes: null,
  },
  paramsSerializer: {
    indexes: null,
  },
});

Axios Version: v0.x

Willian Agostini added 2 commits September 15, 2022 10:26
Param indexes from formSerializer and paramsSerializer receiving null

Closes axios#4959
@jasonsaayman jasonsaayman merged commit c4bf0a4 into axios:v0.x Sep 29, 2022
@adamsuskin
Copy link

@jasonsaayman can we tag a new hotfix version for this 0.27.3?

@WillianAgostini WillianAgostini deleted the allow-null-indexes-v0.x branch February 17, 2023 03:26
@nancy-alpha
Copy link

@jasonsaayman @adamsuskin I'm also interested in a 0.27.3 version with this fix, if it's possible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants