When there's a boolean type, Android throws could not call object.keys on a non-object value #89
Labels
blocking
Prevents production or dev due to perf, bug, build error, etc..
bug 🐛
good first issue
Issues that are suitable for first-time contributors.
has-reproduction
❤ Has a reproduction in a codesandbox or single minimal repository
When you have a query with the following properties, you get an unexpected error on Android:
fieldNameNormalizer
configuredObject.keys()
This list of conditions exposes a difference in the Android implementation of Object.keys that causes an unexpected exception to be thrown.
Note: I have a fix, but because of the above, I can't write a unit test.
The text was updated successfully, but these errors were encountered: