SvelteKit render override not working

:art: [Plasmic x SvelteKit : Override props with “render”]

Hi! :wave:
I have a grid with multiple cards that I need to customize (provide data like name, description, image, etc.).
According to the React API doc, I should use

{
  render: (props, Component) => <Component {...props} />;
}

Of course, that doesn’t work exactly that way in Svelte.

:question: How can I make it work within Svelte please?
Attached: screenshot of my Plasmic design + screenshot of my code

Sorry, this API only works with React for now… I don’t think you can make it work with svelt :disappointed:

Thank you @chungwu for your reply. So sad… :disappointed:
I’m opening an issue on Github to suggest this improvement. :slightly_smiling_face:

Done here => https://github.com/plasmicapp/plasmic/issues/34