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.

Options undefined

See original GitHub issue

As of late, I’m getting the following error persistently:

weather-chart-card.js:4100:16 TypeError: can't access property "borderSkipped", options is undefined

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
greendog99commented, Nov 14, 2022

I updated the version of chart.js from 3.5.1 to 3.9.1 in the weather-chart-card and now it renders correctly in Firefox. I’ve submitted a pull request, but in the meantime you can get my fixed version at https://github.com/greendog99/weather-chart-card/releases

1reaction
Firespherecommented, Aug 25, 2022

This happens at multiple places, where the options from this are undefined, it seems that some data isn’t properly copied over?

I also get an error that the namespace fails:

lineNumber: 6883
​
message: ""
​
name: "NS_ERROR_FAILURE"
Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting a TypeError: this.options is undefined - Stack Overflow
I am trying to learn BackboneJS and this is the error that I am getting. I am coding in coffeescript and this is...
Read more >
Error in beforeCreate hook: "TypeError: options is undefined"
This error looks very similar to this one: #131 but with "options" instead of "defaultOptions". Solution to that issue doesn't work for me....
Read more >
Javascript error "Cannot read property 'options' of undefined"
Problem/Motivation I had this javascript error on a page where entity browser is used (as a dialog) : Uncaught TypeError: Cannot read ...
Read more >
Undefined Risk | tastylive - Tastytrade
Undefined Risk refers to the risk that is accompanied with naked options and when your possible max loss is unknown on order entry....
Read more >
Null, Undefined and Option | ReScript Language Manual
If you've got e.g. a string in JavaScript that you know might be undefined , type it as option<string> and you're done! Likewise,...
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