dcasia / nova-inline-morph-to

A Laravel Nova field for displaying morphTo relationship inline.
MIT License
33 stars 15 forks source link

resourceId is undefined #11

Closed swatty007 closed 2 days ago

swatty007 commented 4 years ago

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,