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

React.__spread is not a function after upgrade to React 15.0.0 #70

Closed
wilsont opened this issue Apr 8, 2016 · 2 comments
Closed

React.__spread is not a function after upgrade to React 15.0.0 #70

wilsont opened this issue Apr 8, 2016 · 2 comments

Comments

@wilsont
Copy link

wilsont commented Apr 8, 2016

Just found out this error when I upgrade my project to react15.0.0

render: function () {
        this.setOptionsFromProps();
        return React.createElement(
            'div',
            React.__spread({ref: 'picker'},  this.props),
            this.props.children
        );
}
@carlsagan21
Copy link
Contributor

I made a PR about it.
Check and use it for a time... It worked for me at least. :)
#72

@skratchdot
Copy link
Owner

fixed in commit 0498756 I published 3.0.0 which can be used with React 15. Thanks for checking it out!

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