ReginaLiang

Results 3 issues of ReginaLiang

When I use `inferno-test-utils` lib to test my inferno app, I encounter some problems that need your help. Firstly I rendered a component use `renderIntoContainer`. But I have some problems...

Reproduce steps: I have a component as follow: ``` export default function TextView(props) { return ( props.onRef(elem)} className={styles.body}> {props.text} ); } ``` when I tested this component with jest. I...

bug to verify

Issue description: Today, I found this server is incorrect. I am in Xi'an, Shaanxi, and my IP address is 219.144.136.24. But this website [https://ipinfo.io/]() displays I'm in Ningbo, Zhejiang. This...