Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Handle null values in CodePushUtils.java #2707

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

MikhailSuendukov
Copy link
Contributor

@MikhailSuendukov MikhailSuendukov commented Jun 10, 2024

The error occurs when the user calls the CodePushUtils::convertJsonObjectToWritable() function within the native module of their application and passes a JSON object that contains a null value. This PR addresses and handles this specific case to prevent the error.
Use patch from #2683

AB#104795

@MikhailSuendukov MikhailSuendukov requested a review from a team as a code owner June 10, 2024 16:20
@MikhailSuendukov MikhailSuendukov merged commit 7ef2e76 into master Jun 19, 2024
1 of 3 checks passed
@MikhailSuendukov MikhailSuendukov deleted the null-obj-process branch June 19, 2024 14:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants