Skip to content

Conversation

Khushalsarode
Copy link
Contributor

@Khushalsarode Khushalsarode commented Oct 11, 2025

Description

Fixes #795

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • [ x ] Bug fix (non-breaking change that fixes an issue)
  • [ x ] UI/UX improvement (design, layout, or styling updates)
  • [ x ] Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

Code Fix for tab redirection on practice tab in interview prep

Dependencies

  • List any new dependencies or tools required for this change.
  • Mention any version updates or configurations that need to be considered.

Checklist

  • [ x ] My code follows the style guidelines of this project.
  • [ x ] I have tested my changes across major browsers and devices
  • [ x ] My changes do not generate new console warnings or errors .
  • [ x ] I ran npm run build and attached screenshot(s) in this PR.
  • [ x ] This is already assigned Issue to me, not an unassigned issue.

Copy link

vercel bot commented Oct 11, 2025

@Khushalsarode is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added hacktoberfest-accepted level 1 10 points recode this is label for leaderboard labels Oct 11, 2025
Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs.

In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊

Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv.

We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰

🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨

📚Your perks for contribution to this community 👇🏻

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Copy link

Synced data from Linked Issues

Labels:

  • level 1
  • recode
  • hacktoberfest-accepted

Assignees:

  • Khushalsarode
  • ishitaajain-coder

Milestones:

  • recode:launch 3.0

@sanjay-kv sanjay-kv moved this to In Progress in @recode-web Oct 12, 2025
@sanjay-kv sanjay-kv added this to the recode:launch 3.0 milestone Oct 12, 2025
Copy link

vercel bot commented Oct 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
recode-website Error Error Oct 12, 2025 4:02am

@sanjay-kv
Copy link
Member

15:00:59.815 Running build in Washington, D.C., USA (East) – iad1
15:00:59.816 Build machine configuration: 4 cores, 8 GB
15:00:59.832 Cloning github.com/recodehive/recode-website (Branch: tabsworking, Commit: fafd21d)
15:01:02.068 Cloning completed: 2.236s
15:01:02.192 Restored build cache from previous deployment (8QB32mwhzJiXY9R5d3N3SPjVMMPj)
15:01:03.299 Running "vercel build"
15:01:03.707 Vercel CLI 48.2.9
15:01:04.384 Warning: Detected "engines": { "node": ">=18.0" } in your package.json that will automatically upgrade when a new major Node.js Version is released. Learn More: http://vercel.link/node-version
15:01:04.388 Installing dependencies...
15:01:07.711
15:01:07.711 > recodehive@0.0.0 prepare
15:01:07.711 > husky
15:01:07.712
15:01:07.784
15:01:07.785 up to date in 3s
15:01:07.785
15:01:07.785 560 packages are looking for funding
15:01:07.785 run npm fund for details
15:01:07.828 Running "npm run build"
15:01:07.940
15:01:07.940 > recodehive@0.0.0 build
15:01:07.940 > docusaurus build
15:01:07.940
15:01:09.278 [INFO] [en] Creating an optimized production build...
15:01:10.489 [info] [webpackbar] Compiling Client
15:01:10.510 [info] [webpackbar] Compiling Server
15:02:09.992 [success] [webpackbar] Server: Compiled with some errors in 59.48s
15:02:50.925 [success] [webpackbar] Client: Compiled with some errors in 1.67m
15:02:50.933 [ERROR] Client bundle compiled with errors therefore further build is impossible.
15:02:50.933 SyntaxError: /vercel/path0/src/pages/interview-prep/PracticeTab.tsx: Identifier 'handleTabNavigation' has already been declared. (272:8)
15:02:50.933 �[0m �[90m 270 |�[39m }�[33m;�[39m
15:02:50.933 �[90m 271 |�[39m
15:02:50.933 �[31m�[1m>�[22m�[39m�[90m 272 |�[39m �[36mconst�[39m handleTabNavigation �[33m=�[39m (tab�[33m:�[39m string) �[33m=>�[39m {
15:02:50.933 �[90m |�[39m �[31m�[1m^�[22m�[39m
15:02:50.934 �[90m 273 |�[39m �[36mif�[39m (onTabChange) {
15:02:50.934 �[90m 274 |�[39m onTabChange(tab)�[33m;�[39m
15:02:50.934 �[90m 275 |�[39m }�[0m
15:02:51.037 Error: Command "npm run build" exited with 1

@sanjay-kv sanjay-kv added the under review Review under the maintainers or the admins label Oct 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted level 1 10 points recode this is label for leaderboard under review Review under the maintainers or the admins

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

🐞[Bug]: Tabs are not working

2 participants