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

TypeError: applyCaseMiddleware is not a function #58

Open
camcam2605 opened this issue Aug 4, 2023 · 1 comment
Open

TypeError: applyCaseMiddleware is not a function #58

camcam2605 opened this issue Aug 4, 2023 · 1 comment

Comments

@camcam2605
Copy link

Getting TypeError: applyCaseMiddleware is not a function when using in Node 16.x with type module enabled.

import axios from 'axios';
import applyCaseMiddleware from 'axios-case-converter';

const axiosInstance = applyCaseMiddleware(axios.create());
@mpyw
Copy link
Owner

mpyw commented Jan 12, 2024

Thank you for your bug report. I apologize, but I've been detached from front-end development for a long time and Axios itself seems quite legacy, with apparently less usage now. Consequently, I've lost the motivation to maintain this library.

  • If you submit a pull request with the bug fix, I will consider it as long as it passes the tests.
  • If you are motivated to maintain this project, I am willing to appoint you as a maintainer. Since releases are automated through GitHub Actions, you should be able to handle releases yourself with maintainer privileges.

I'm sorry, but please proceed according to one of these two approaches. Thank you.

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

No branches or pull requests

2 participants