Closed philrennie closed 6 years ago
Hopefully @abehaskins or maybe @nicolasgarnier can look into this. Thanks @philrennie for submitting!
Thanks @philrennie
Let's merge this for now since this fixes the codelab for everyone :) We'll look into upgrading to 0.40.0 in a separate PR.
Version 4.0.0 of material-components-web has BC breaks that cause this to stop working. 0.39.0 does work.
Requires reworking how MDCDialog is setup and initialised. MCDDialog.show() is now .open() but just changing the call in FriendlyEats.View.js isn't enough. Believe it needs all the lists shown in the dialog to be updated. I'm not familiar enough with MDC (nor will I be) to do all the updates.