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

Draggable's render is incorrectly documented #54

Open
juanrisso opened this issue Aug 26, 2019 · 2 comments
Open

Draggable's render is incorrectly documented #54

juanrisso opened this issue Aug 26, 2019 · 2 comments

Comments

@juanrisso
Copy link

A really minor 'problem':
the draggable component's render documentation says it recieves the 'ref ' parameter, when it doensn't happen.

Container:120 >> return this.props.render(this.containerRef);
Draggable:21 >> return React.cloneElement(this.props.render(), { className: wrapperClass });

@jmayergit
Copy link

I think it is a problem that the ref isn't passed though

@jmayergit
Copy link

#79

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

2 participants