Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants