-
Notifications
You must be signed in to change notification settings - Fork 919
Conversation
mcintyre94
commented
Oct 31, 2024
•
edited
Loading
edited
- Still an autoincrementing integer, but sent to the server as a string
- This means the server will return it to us as a string, and we don't need to worry about number/bigint upcasting
- This fixes the bug in subscriptions, caused by upcasting the ID to a bigint
🦋 Changeset detectedLatest commit: feff254 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @mcintyre94 and the rest of your teammates on Graphite |
04c8897
to
1510982
Compare
1510982
to
f22aafe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slap a changeset on this puppy.
# From the root
pnpm changeset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
- Still an autoincrementing integer, but sent to the server as a string - This means the server will return it to us as a string, and we don't need to worry about number/bigint upcasting - This fixes the bug in subscriptions, caused by upcasting the ID to a bigint
de389fd
to
feff254
Compare
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |