Skip to content

Bugfix: Don't serialize undefined values

Compare
Choose a tag to compare
@Vijar Vijar released this 02 Dec 02:04
· 376 commits to main since this release

Fix #55 via #132. In the past undefined values were being sent to the server where they were being parsed as the string "undefined". Instead, we now don't even send the value if it is undefined. Thanks to @AaronLasseigne.