Hey,
I noticed that the resourceId property of nova fields which are morphed is undefined.
I have some components, which rely on the property and they break inside the morph due to the missing property. But its also missing on any default nova components like the textarea, if you inspect them via the vue dev tools.
Is there any way how to pass it through from the MorphTo (this has the property set) down to its children?
Hey, I noticed that the resourceId property of nova fields which are morphed is undefined.
I have some components, which rely on the property and they break inside the morph due to the missing property. But its also missing on any default nova components like the textarea, if you inspect them via the vue dev tools.
Is there any way how to pass it through from the MorphTo (this has the property set) down to its children?
Greetings,