Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

286
Views
Unhandled Rejection (TypeError):function is not a function

I saw a couple of similar posts to this, however, they were all related to Props passed functions. This is somewhate different.

enter image description here

I'm getting this error, however the function is defined, I made the same import on another jsx file an have no issues calling methods from my class

SOAP Controller

 class SoapController {
  constructor(segurisignUser) {
    this.segurisignUser = segurisignUser;
    this.passwordDomain = "";
    this.userDomain = "ws_test";
    this.idDomain = "1";
    this.url = "";
  }

      async createUser(user) {
        // ...snip...
  };
}

Login

  const submit = async () => {
    const soapController = new SoapController();
    setDisabled(true);
    setLoading(true);
    const resultado = await soapController.createUser({ email, password, name });


  };

Thanks!

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!