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 read property 'write' of undefined` when parsing some lists

See original GitHub issue

Initial checklist

Affected packages and versions

1.0.4

Link to runnable example

https://codesandbox.io/s/remark-debug-forked-38j17

Steps to reproduce

Try to parse

* a
  * * b
  * * c

Expected behavior

Does not throw an error

Actual behavior

Throws Cannot read property 'write' of undefined

Runtime

Node v16

Package manager

npm v7

OS

macOS

Build and bundle tools

Webpack

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mathieudutourcommented, Oct 18, 2021

It is indeed solved, sorry about the noise

0reactions
wooormcommented, Oct 18, 2021

no problem, instead rather annoying that codesandbox has such a strong cache and no control over re-installing!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Node.js Cannot read property of undefined using JSON data
js script. The JS script works fine, and managed to pull data from this URL and correctly use the information. However, when I...
Read more >
How to Prevent the TypeError: Cannot Read Property Map of ...
A guide on the root cause of 'cannot read map of undefined' as well as techniques and tools to prevent this error.
Read more >
How to Avoid the Infamous "Cannot read properties of ... - Bitovi
That error message is telling you the function is returning undefined implicitly, but its return type does not include undefined in it. Awesome!...
Read more >
Uncaught TypeError: Cannot read property of null - iDiallo
All this means is that you are trying to access a property of an object that is undefined. These usually happens when we...
Read more >
Avoiding those dang cannot read property of undefined errors
Uncaught TypeError : Cannot read property 'foo' of undefined. ​ The dreaded error we all hit at some point in JavaScript development.
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