dev #1
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +19,4 @@
})
.catch((err) => {
console.log(err);
});
Add .finally statement for stop the loading
@ -0,0 +20,4 @@
.catch((err) => {
console.log(err);
});
}, []);
id need to be in dependancy array