ei
Size: a a a
ei
x
j
ei
M
DB
M
const foo = async () => {
setLoading(false)
}
const [loading, setLoading] = useState(true)
useEffect(()=>{
foo();
}, [loading])
?
AS
MK
SK
VK
SK
RS
OR
V
OR
V
OR
npx create-react-app my-app
что выдала?V
npx create-react-app my-app
что выдала?npm fund
for detailsnpm audit fix
to fix them, or npm audit
for detailsOR
npm fund
for detailsnpm audit fix
to fix them, or npm audit
for details