Fabrizio Armango
Results
1
comments of
Fabrizio Armango
I had the same warning migrating from v17 to v18: #### Before ``` js const C = () => { if (condition) return null; useEffect(() => {/*...*/}, []); return }...