Anto Lepejian

Results 1 issues of Anto Lepejian

Related to #17701, not quite the same i think. ## What I did According to `react-element-to-jsx-string`, function props are [rendered as](https://github.com/algolia/react-element-to-jsx-string/tree/f9ce5449af95ab8972a92c4980ad6d2062b1b416#:~:text=If%20false%2C%20functions%20bodies%20are%20replaced%20with%20function%20noRefCheck()%20%7B%7D.) ``` function noRefCheck() {} ``` However, I found that...