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
Code breaks after an npm upgrade. Cannot create a new event with final version of the code
Run a:
npm upgrade
then run the code with the json-server.
The code breaks when we try to create a new event from the UI.
Here is the Error from the DevTools
Invalid prop: type check failed for prop "value". Expected String, Number, got Event
found in
---> <BaseSelect> at src/components/BaseSelect.vue
<EventCreate> at src/views/EventCreate.vue
<App> at src/App.vue
<Root>
The text was updated successfully, but these errors were encountered:
Code breaks after an npm upgrade. Cannot create a new event with final version of the code
Run a:
then run the code with the
json-server
.The code breaks when we try to create a new event from the UI.
Here is the Error from the DevTools
The text was updated successfully, but these errors were encountered: