After installing and running the project, all demos work properly except the select demo:
Chrome 65
Mac OS 10.11.4
http://127.0.0.1:8000/demos/select.html


Yes, this MWC element is based on an older version of the MDC select that was removed in favor of using the native <select> element (which works better on mobile). We need to update the MWC version of the element to work with this new version.
@sorvell could you please do that :)
Any update on this?
Any update on when this will be fixed, and the availability of all mwc-xxxxx components in npm registry?
I'm still getting the error.
any updates on how to fix the problem? or a workaround?
Closing because this component was removed, and will be reimplemented.
Most helpful comment
Yes, this MWC element is based on an older version of the MDC select that was removed in favor of using the native
<select>element (which works better on mobile). We need to update the MWC version of the element to work with this new version.