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.

TypeError: Cannot read properties of undefined

See original GitHub issue

Hi there, I’m very excited about this tool, thank you for writing it! I wanted to report an issue I had running it on the typescript definitions for the Monaco editor (https://github.com/microsoft/monaco-editor/blob/main/monaco-editor/typedoc/monaco.d.ts).

❯ ts2ocaml jsoo --create-minimal-lib --preset=minimal --output-dir src-minimal monaco.d.ts
...
TypeError: Cannot read properties of undefined (reading 'kind')
...

See gist for full output.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
joelburgetcommented, Nov 24, 2021

Success! Thank you 🙏🏻

0reactions
cannorincommented, Nov 24, 2021

Version 1.1.0 is now being released. Check out if it fixes the problem for you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Resolving TypeError: Cannot Read Property of Undefined ...
What Causes TypeError: Cannot Read Property of Undefined. Undefined means that a variable has been declared but has not been assigned a value....
Read more >
[SOLVED] Cannot Read Property of Undefined in JavaScript
The “cannot read property of undefined” error happens when you try to access a property or method of a variable that is undefined...
Read more >
How To Fix the "uncaught typeerror: cannot read property ...
The “uncaught typeerror: cannot read property” error mainly occurs when you try to use or access an undefined variable.
Read more >
Uncaught TypeError: Cannot read property of undefined
The Cannot read property '<property>' of undefined error is thrown when you try to access a property of an undefined value.
Read more >
Uncaught TypeError : Cannot Read Properties of Undefined
The solution to TypeError: Cannot read properties of undefined ... The root cause of the error is that the declared variable doesn't have...
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