question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot set property '$render' of undefined

See original GitHub issue

I got this error

TypeError: Cannot set property '$render' of undefined
    at new DirectiveController (datetimepicker.js:60)
    at d (angular.min.js:34)
    at Object.instantiate (angular.min.js:35)
    at angular.min.js:67
    at angular.min.js:53
    at q (angular.min.js:7)
    at M (angular.min.js:53)
    at angular.min.js:60
    at angular.min.js:72
    at I (angular.min.js:100)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
brockfcommented, Oct 22, 2016

I received this same error. I fixed it by upgrading to Angular 1.5.8 (previously, I was on 1.2.3).

0reactions
dalelottscommented, Sep 20, 2016

Please create a fiddle, plunker, or a JSBin recreation of the error so I can have a look

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot set property 'render' of undefined - vue.js
It looks like you are not exporting Vue component definition properly from App.vue file: <template> <div id="app" class=""> <menu-header> ...
Read more >
Solution to Vue.js TypeError: Cannot set property 'render' of ...
Turns out I accidentally removed the export from my App.vue file. To solve, open your App.vue file and make sure App is being...
Read more >
Nuxt usage - error? TypeError: Cannot set property 'render' of ...
Fixed by moving all the *Impl.js files in src/components into their respective vue components.
Read more >
Uncaught TypeError: Cannot set property 'render' of undefined
My App.vue does have a default export. So do all other .vue files. <script lang="ts"> import Vue from 'vue'; import { Component, Prop...
Read more >
Cannot Set Property 'Render' of Undefined-Vue.js
Vuejs 3 createApp using firestorePlugin from vuefire getting Uncaught TypeError: Cannot set property '$unbind' of undefined and no render · Uncaught (in promise) ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found