We would like to use ``` <TextField hintText={<span><i className="material-icons">search</i>Search...</span>} type="search" /> ``` to put a material-icon into the hintText I found that is working now. But with warning ``` Warning: Failed propType: Invalid prop `hintText` of type `object` supplied to `TextField`, expected `string`. Check the render method of `SearchBox`. ``` Please allow pass in react element. Thx