SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 155 C++

Fix NPE in FileReaderModule (#45287)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45287

Fixes https://github.com/facebook/react-native/issues/45277

This fixes an NPE reported in OSS if you do this call in JavaScript:

```
 const fr = new FileReader();
 fr.readAsText({});
```

Changelog:
[Android] [Fixed] - Fix NPE in FileReaderModule

Reviewed By: dmytrorykun

Differential Revision: D59372620

fbshipit-source-id: ad5073376eaa26852c8277bdbb7d76b1aa480b3c
N
Nicola Corti committed
fd4531fe234149f4f078a1e73ec68145f9da20b3
Parent: 06fc6f2
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> on 7/5/2024, 3:47:30 PM