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

Add ref callback #32

Merged
merged 4 commits into from
Jan 11, 2018
Merged

Add ref callback #32

merged 4 commits into from
Jan 11, 2018

Conversation

willmcpo
Copy link
Contributor

No description provided.

@@ -50,5 +57,6 @@ export default function propsGenerator(
transition,
},
},
ref,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{ ... refCallback: { ref : (r) => { refCallback(r) : null } }

to avoid the let variable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeh had that initially, then used the let variable to attempt to overcome the flow issue (which didn't work). So can revert back to this

@bluebill1049 bluebill1049 merged commit 24e260e into beekai-oss:master Jan 11, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants