-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codegen): fix set deserialization in SSDKs (#3322)
Using JavaScript's Set to detect duplicate items does not work for non-primitive types. There's a function in server-common to detect duplicates of any type, and detecting them in server deserialization is much more important than client deserialization, so the check has been moved to server-only.
- Loading branch information
1 parent
7ddf66d
commit c827d5c
Showing
1 changed file
with
14 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters