Closed thomaswhyyou closed 2 weeks ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
in-app-messages-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 8, 2024 8:52pm |
javascript-nextjs-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 8, 2024 8:52pm |
javascript-slack-connect-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 8, 2024 8:52pm |
javascript-slack-kit-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 8, 2024 8:52pm |
Latest commit: c399dbdadee1bd04d986ce0e3ec42eb48350dbd7
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @thomaswhyyou and the rest of your teammates on Graphite
Fixes this issue: https://knocklabs.slack.com/archives/C079G6X3DD4/p1731085160770939
fast-deep-equal
instead ofzustand/shallow
since the latter does not handle array values, and some of our query params can be arrays.