Hello everyone, I'm encountering an issue while trying to send a state to the protected routes in vue-router. The error that I faced mentioned "Discarded invalid param(s) "_id", "dish_name", "description", "img", "ingredients", "instructions", "cooking_time", "chef", "createdAt", "updatedAt", "__v" when navigating." You can find more details on this error at https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md#414-2022-08-22.
I am unable to get the params in the protected routes, any insights as to why?
Below are snippets of my code:
The route.js file
/* Your code snippet here */
The function where I am routing to a protected route
/* Your code snippet here */