Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to react 15? #75

Closed
elisherer opened this issue Apr 19, 2016 · 3 comments
Closed

Move to react 15? #75

elisherer opened this issue Apr 19, 2016 · 3 comments

Comments

@elisherer
Copy link

Can someone update it to support react 15? currently it adds a whole react 0.14 into my bundle to support this feature.

@AlexDultsev
Copy link

First of all thank you for that awesome package!
I have to admit that with React 15 we also get these console messages:

Warning: Element: 'ref' is not a prop. Trying to access it will result in 'undefined' being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)

Warning: Element: 'key' is not a prop. Trying to access it will result in 'undefined' being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)

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

@fisshy
Copy link
Owner

fisshy commented Apr 19, 2016

Gonna solve this tonight. Expect a new version in 1-2 hours... and will solve the errors as well.

@fisshy
Copy link
Owner

fisshy commented Apr 19, 2016

Solved now. The errors is not in the react lib. Can't reproduce the warnings. I get no warnings using react-scroll with react v15.

@fisshy fisshy closed this as completed Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants