we prefer to avoid use arrow function or bind function in render's event handler. here is why: https://medium.freecodecamp.org/react-pattern-extract-child-components-to-avoid-binding-e3ad8310725e
Usually we create reusable event handler in constructor. see `this.changeCss` as example. [ Full content available at: https://github.com/apache/incubator-superset/pull/5741 ] This message was relayed via gitbox.apache.org for [email protected]
