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.

traverseParentPath(...) error when selecting a component

See original GitHub issue

Added one component to and then visited th carte-blanche but when selecting the component and the pop up shows this follow error is thrown:

Generating metadata failed Error: traverseParentPath(...): Cannot traverse from and to the same ID, ''.(…)(anonymous function) @ index.js:301

screen shot 2016-06-13 at 23 10 44

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
mxstbrcommented, Jun 24, 2016

Hah, awesome, thanks for digging in @ewnd9, much appreciated! 👍

1reaction
mxstbrcommented, Jun 15, 2016

I think <div>this.props.firstName</div> is invalid JSX syntax, it should be <div>{ this.props.firstName }</div>, which might be the problem?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Uncaught Invariant Violation: traverseParentPath(...): Cannot ...
I was running into the same error and found the root cause by looking a little further up the callstack: enter image description...
Read more >
helperText prop on Select component · Issue #208 - GitHub
Component is rendered but when some of the items is selected app crashes with: eact does not recognize the `helperText` prop on a...
Read more >
SFDX Error: Selected Components Are Not Available
I have recently joined the team, and I did not receive the error upon a fresh install. However, I had not yet connected...
Read more >
Error Boundaries - React
Error boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI...
Read more >
LWC Designer throws an error while selecting a LWC ...
When the user navigates to the LWC Designer and selects a LWC component, the user encounters an error:"Get Bundles Error: DataCloneError: ...
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