-
Notifications
You must be signed in to change notification settings - Fork 20
#22 resolve rearrange tabs #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@Kalbhairu is attempting to deploy a commit to the harsh's projects Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
It has build errors. Can you resolve them? @shekharmetre
|
const handleDrop = (index: number) => { // Ensure activeTab is within bounds const [moveditem] = newArray.splice(activeTab, 1); // Ensure moveditem is not undefined before inserting newArray.splice(index, 0, moveditem); |
why are you not pushing it on the same branch? @shekharmetre |
Are you referring to the main branch? |
I am a frontend developer and haven't learned Redis yet. In the future, if developers like me want to contribute, I can create a dummy access setup specifically for frontend developers. What do you think? |
Please create an issue, and I will take care of it. |
Why do we need a different issue? Just push the changes to this branch. |
I think the issue is that getValues should return an initial value at index 0. If activeTab or handleDrop's index is undefined, it might be causing problems because you can't rearrange a single element. If this isn't the issue, let me know, and I'll investigate further. My current problem is that I'm not connected to Redis, whereas you are using Redis in your setup. Give me some time, and I'll work on solving it i have to understand lil bit reddis . |
No description provided.