subtirelumihail / react-fullpage

A react implementation of fullpage.js
303 stars 105 forks source link

Uncaught Invariant Violation #9

Closed dylanfpaul closed 7 years ago

dylanfpaul commented 8 years ago

Uncaught Invariant Violation: traverseParentPath(...): Cannot traverse from and to the same ID, ``.

Keep getting this error. Seems like it has something to do with the components that SectionsContainer or Section creates.

noncototient commented 8 years ago

@dylanfpaul have you managed to figure it out?

dylanfpaul commented 8 years ago

@noncototient I have not my friend!

njj commented 8 years ago

It has something to do w/ the most recent version of React (or React DOM). If you use the same version as in this project's package.json the error goes away.

fortunto2 commented 8 years ago

hi, i have same error Uncaught Invariant Violation: traverseParentPath(...): Cannot traverse from and to the same ID but i need using with "react": "15" what needed change? thanks

lookeme commented 8 years ago

Hello, guys! Have you found any solutions for this issue? I got the same.

Rulox commented 8 years ago

Same here, it's a shame :(

xpluscal commented 7 years ago

+!

xpluscal commented 7 years ago

In case you run into this issue again:

I forked the repo and used the src Classes for Section and SectionsContainer. Worked like a charm.

jenyckee commented 7 years ago

+1

subtirelumihail commented 7 years ago

This should be fixed in 0.1.16 so closing for the moment