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

Updating control id to accept id as prop #85

Closed
wants to merge 1 commit into from

Conversation

oyeanuj
Copy link
Contributor

@oyeanuj oyeanuj commented Dec 2, 2016

In order to fix #46 for those doing server side rendering, now the control id can accept an id as a prop instead of relying on dynamic key generation (which then led to a mismatch between the server and the client).

In order to fix alsoscotland#46 for those doing server side rendering, now the control id can accept an id as a prop instead of relying on dynamic key generation (which then led to a mismatch between the server and the client).
@oyeanuj oyeanuj mentioned this pull request Dec 2, 2016
@alsoscotland
Copy link
Owner

@oyeanuj
Thanks. I will implement something similar but I'd want to use a prop name other than just id. I will make an update soon that does this

@oyeanuj
Copy link
Contributor Author

oyeanuj commented Dec 5, 2016

@alsoscotland sounds good, looking forward to it!

(alternatively, if it takes load off your plate, i'll be happy to rename it to your preference and update the PR).

@alsoscotland
Copy link
Owner

@oyeanuj
https://github.com/alsoscotland/react-super-select/tree/v0.5.8

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.

Server side render issues
2 participants