GithubHelp home page GithubHelp logo

Comments (2)

MikePiper avatar MikePiper commented on July 23, 2024

I see the console output:
ERROR TypeError: scenario.setBenefitCutFactors is not a function [...] at presentvalue.service.ts:40 (or line 174 if married is selected)

A bit of Googling suggests that a common cause of such errors is when calling a function on an object that hasn't actually been instantiated. But I can't figure out why/how "scenario" in this case might not be instantiated at that moment in time.
https://stackoverflow.com/questions/51763745/angular-6-error-typeerror-is-not-a-function-but-it-is
https://stackoverflow.com/questions/45474538/angular-typeerror-is-not-a-function-when-trying-to-call-an-object-object-meth

from open-social-security.

MikePiper avatar MikePiper commented on July 23, 2024

In home.component.customDates(), replaced this:
this.customDateScenario = Object.assign({}, this.scenario)
With this:
this.customDateScenario = Object.assign(new CalculationScenario(), this.scenario)
Now the CalculationScenario object is getting instantiated, so setBenefitCutFactors() works.

from open-social-security.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.