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

Make girder-ui compatible with material-ui v4 #118

Merged
merged 1 commit into from
Jun 6, 2019
Merged

Conversation

alesgenova
Copy link
Member

It looks like the package redux-form-material-ui is not compatible with material-ui v4.
redux-form-material-ui simply wraps the various material-ui form elements in a way that can be fed directly to a redux-form field. This package hasn't been updated in a year, and the version compatible with material-ui >= 1.0 has never made it out of beta. I'm actually surprised it worked as long as it did.

Anyway, the fix is easy, we can stop using redux-form-material-ui and instead implement the glue between redux-form and material-ui ourselves as documented here: https://redux-form.com/8.2.2/examples/material-ui/

Fixes OpenChemistry/stemclient#18

@alesgenova alesgenova requested a review from cjh1 June 6, 2019 13:40
Copy link
Member

@cryos cryos left a comment

Choose a reason for hiding this comment

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

Looks good to me as an approach.

Copy link
Member

@cjh1 cjh1 left a comment

Choose a reason for hiding this comment

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

Thanks @alesgenova

@cjh1 cjh1 merged commit e685be5 into master Jun 6, 2019
@cjh1 cjh1 deleted the redux-form-material branch August 22, 2019 17:02
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.

girder-ui will not work with material-ui 4
3 participants