Conversation
|
@dummdidumm is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Additional Suggestions:
- User message is duplicated in the API request payload in Svelte's
createChatUIand Vue'suseChatUIdue to synchronous state update before buildinghistoryForApi.
$computedprop expressions in the Svelte renderer silently fail because thefunctionsmap is never threaded through toElementRenderer'sPropResolutionContext.
This PR introduces a new
@json-render/sveltepackage that adds Svelte 5 support.I've added two standalone examples (one very simple, one chat app; basically clone of the react version) and also added a Svelte version to the
vite-renderersexample.The API closely aligns with that other the others.