Closed lgrammel closed 18 hours ago
New dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@solid-primitives/trigger@1.1.0 | None | +1 |
86.3 kB | thetarnav. |
@ian-pascoe reverted a few changes around the api to prevent breakages and to keep the apis consistent between frameworks. please let me know if this addresses your issues or if i've reverted anything important that has unwanted side effects.
@ian-pascoe reverted a few changes around the api to prevent breakages and to keep the apis consistent between frameworks. please let me know if this addresses your issues or if i've reverted anything important that has unwanted side effects.
https://github.com/vercel/ai/pull/3829/commits/b549bf2d786ab88c698e1ab737c57c6aaea4a859
These reverts are fine, but the reason I updated it is because when you use the accessor method, the options become reactive. With the current version, they are not.
Figured it was good to show the ability for reactive props in the examples
@ian-pascoe fair point. I'll leave them as is, because I want to keep the examples between the frameworks as aligned as possible and this seems like additional SolidJS functionality.
Summary
useObject
for Solid.jsuseAssistant
for Solid.jsuseChat
for Solid.js (deep object updates)Continues #3823 & fixes #3797
Tasks