Skip to content
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

🐞 Bug: Typescript error in Navbarlink2 file #535

Closed
1 task done
malviya-rajveer opened this issue Mar 14, 2025 · 4 comments · May be fixed by #537
Closed
1 task done

🐞 Bug: Typescript error in Navbarlink2 file #535

malviya-rajveer opened this issue Mar 14, 2025 · 4 comments · May be fixed by #537
Assignees
Labels
🐞 bug Something isn't working pending triage issue yet to be reviewed by maintainers

Comments

@malviya-rajveer
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Describe the bug

The logixFunction in Navbarlink2.vue has type any implicitly which is not safe and not good practice and giving red squiggles and can create issues further

Steps to Reproduce

  1. go to data.js file
  2. Make it javascript to typescript file
  3. give type to the logicFunction

Expected Behavior

the logicFuntion would have specific type and not any

Screenshots

Image

Is the faced issue/bug related to the Vue simulator?

No

Used Vue simulator with or without backend?

None

Is the bug present only on the dev server, the build, or both?

Both

Device Information

os:Ubuntu20.04.4
Browser: Chrome

Additional Context

No response

Are you working on this issue?

Yes

@malviya-rajveer malviya-rajveer added pending triage issue yet to be reviewed by maintainers 🐞 bug Something isn't working labels Mar 14, 2025
@malviya-rajveer
Copy link
Author

I have solved this issue. should I create the PR @niladrix719

@niladrix719
Copy link
Member

yeah

@malviya-rajveer
Copy link
Author

please preview it @niladrix719

@niladrix719
Copy link
Member

#414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working pending triage issue yet to be reviewed by maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants