Coder Social home page Coder Social logo

Comments (5)

patrick-steele-idem avatar patrick-steele-idem commented on September 23, 2024

Can you provide more details or a reproducible test? I have not run into a case where the stack trace was not valid. Are you sure the problem does not reside in your code?

from marko.

patrick-steele-idem avatar patrick-steele-idem commented on September 23, 2024

@pedramphp ping. Can you please provide more details?

from marko.

pedramphp avatar pedramphp commented on September 23, 2024

Try accessing a property of an object which doesn't exist in the renderer.js. @patrick-steele-idem

from marko.

pedramphp avatar pedramphp commented on September 23, 2024
ERROR r1coltv/src/controllers/dealsHub: { '0': [TypeError: Cannot read property 'a' of null] } bad error

try running the code below

renderer.js

module.exports = function render(input, context) {
    var t = null;
    var a = t.a;
    console.log("asdasd", a);
    var model = getTemplateModel(input);
    if (model) {
        if(model.options.mode === 'large'){
            largeTemplate.render(model, context);
        }else{
            template.render(model, context);
        }
    }
};

from marko.

patrick-steele-idem avatar patrick-steele-idem commented on September 23, 2024

I just created a project to try and reproduce and I am not able to reproduce the problem. Here is the error that I see logged:

/Users/psteeleidem/temp/marko-issue-25/components/app-foo/renderer.js:3
    var a = t.a;
             ^
TypeError: Cannot read property 'a' of null
    at Function.module.exports (/Users/psteeleidem/temp/marko-issue-25/components/app-foo/renderer.js:3:14)
    at module.exports.t (/Users/psteeleidem/temp/marko-issue-25/node_modules/marko/runtime/helpers.js:127:14)
    at render (/Users/psteeleidem/temp/marko-issue-25/template.marko.js:9:5)
    at Object.Template.render (/Users/psteeleidem/temp/marko-issue-25/node_modules/marko/runtime/marko-runtime.js:126:9)
    at Object.<anonymous> (/Users/psteeleidem/temp/marko-issue-25/index.js:2:10)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)

I don't believe the problem is with Marko. Please check your project setup because I suspect you have some error handling code that is not displaying caught errors correctly.

from marko.

Related Issues (20)

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.