Steven Broderick
                                            Steven Broderick
                                        
                                    I agree. The page seems to be more about [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) than micro-frontends as a general concept. It does a decent job of discussing the organizational benefits of microfrontends, but...
Worked for me after changing this (from docs): `from flask.ext.mongoalchemy import MongoAlchemy` To this: `from flask_mongoalchemy import MongoAlchemy`
I'm seeing this for checkboxes on Nexus 5 and Pixel 2, so I'm not sure it is device-specific. In my case, `Checkbox._onLayout` is called repetitively causing a never-ending ripple. ...
We ended up just using the native Android checkboxes since the issue wasn't present on iOS. Not really a solution but it was good enough for our purposes. ``` function...
I was also encountering this problem. Instead of setting `floatingLabelEnabled={true}` I changed it to be true only if the field has a value: ``` ```
Updated to use custom neutral/grayscale palette in bbd18fc:  https://ant.design/docs/spec/colors#Neutral-Color-Palette
I have made the changes. Do you need anything else or can you please review again?
@afc163 @PeachScript can you review again please?