dev #1

Merged
rishabh merged 7 commits from dev into main 2025-01-02 12:46:37 +00:00
No description provided.
bhavnish.arora added 5 commits 2025-01-02 05:08:40 +00:00
bhavnish.arora requested review from rishabh 2025-01-02 05:08:46 +00:00
bhavnish.arora added 1 commit 2025-01-02 05:36:29 +00:00
rishabh approved these changes 2025-01-02 07:48:23 +00:00
@ -0,0 +19,4 @@
})
.catch((err) => {
console.log(err);
});
Collaborator

Add .finally statement for stop the loading

Add .finally statement for stop the loading
@ -0,0 +20,4 @@
.catch((err) => {
console.log(err);
});
}, []);
Collaborator

id need to be in dependancy array

id need to be in dependancy array
bhavnish.arora added 1 commit 2025-01-02 10:51:57 +00:00
rishabh merged commit 504e335da7 into main 2025-01-02 12:46:37 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bhavnish.arora/assignment-4#1
No description provided.