You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
go to data.js file
Make it javascript to typescript file
give type to the logicFunction
Expected Behavior
the logicFuntion would have specific type and not any
Screenshots
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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
Expected Behavior
the logicFuntion would have specific type and not any
Screenshots
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
Additional Context
No response
Are you working on this issue?
Yes
The text was updated successfully, but these errors were encountered: