This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Multiple warnings for "Missing required prop" #815
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
Description
[Vue warn]: Missing required prop: "isSearchRoute"
. Nothing happens visually but the error is repeated in the browser console every time a character is entered in/removed from the input field.[Vue warn]: Missing required prop: "size"
. This causes 404 Searchbar styles are broken #786.These errors complicate debugging others, so they should be fixed soon (preferably).
Reproduction
Expectation
All components should have their required properties passed or set an adequate default value.
Resolution
The text was updated successfully, but these errors were encountered: