Open
Description
GWT currently creates a new function each time a method reference is used, even if the method is static. This causes react to re-render the functional component every time as it sees it as a different functional component.
We should remove method references as a recommended way of defining functional components.