linkareti / keystone6-document-renderer-vue3

Keystone 6 document renderer component for Vue 3
MIT License
1 stars 1 forks source link

fix render component blocks behavior when passed as a function #3

Open johnykmk opened 4 months ago

johnykmk commented 4 months ago

When passing a custom renderer with "block" prop as a function instead of a string, the component blocks are not correctly rendered. The props of the component blocks come as null.

N0NamedGuy commented 4 months ago

Can you please provide a test? Some code would be nice...

N0NamedGuy commented 4 months ago

After private discussion I understood what it means