I have the following simple component:
import React from \'react\' import \'../css.scss\' export default (props) => { let activeClass = props.out ? \'is-ac
Currently there's no way to change it from showing up as in the devtools inspector without naming the function before exporting it, as Michael said. But if this github issue gets addressed, there may be in the future.
https://github.com/facebook/react-devtools/issues/1294