Hong Xu

Results 374 comments of Hong Xu

> > Could you document them? I'm not aware of them and they don't seem to be mentioned anywhere. > > Sure, I've added this to my list, but I'm...

Are we still interested in doing this?

> > Are we still interested in doing this? > > That's the problem with "regular" releases. Unless we have the capacity to manage integration for timed or scheduled releases...

I don't know... I think it's ok ranging from weekly to monthly.

Yeah I agree we should do it. PRs are welcome

Thanks for the quick reply. I don't think it'll be a breaking change -- what's needed is a change in the underlying implementation that forwards the `title` param and sets...

This doesn't solve the MUI warning but I saw the `title` prop has been removed from the button element :+1: . According to the MDN doc in the issue, I...

Looks like, [MUI Tooltip assumes that the component's props are spread to the underlying HTML element](https://mui.com/material-ui/react-tooltip/#custom-child-element). It looks like the fix has to rename `title` to something else. I'm thinking...

To summarize, the whole story is: 1. [MDN doc](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/title) says: > The HTMLElement.title property represents the title of the element: the text usually displayed in a 'tooltip' popup when the...

Test failed: ``` 195/202 Test #195: unset_indent_size_ML .............................***Failed Required regular expression not found. Regex=[^[ ]*indent_size=unset[ ]*tab_width=unset[ ]*$ ] 0.03 sec indent_size=unset ```