I have an object that I am trying to log.
When I just log the object like so, the log clearly shows that there is an object in the value property:
but when I log the value, it shows an empty object.
why is console.log(recipe.value) logging an empty object when logging just the recipe shows that there IS a value?
the recipe is from composable that makes a get request.
I made sure to console.log on the onMount.