goatslacker / goatslacker/alt

React Native views error on Store changes

Open
#649 9 comments 2 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
3.4k
Forks
312
PR merge metrics
No merged PRs in 30d

Description

I have an app that was working fine until I upgraded React and React-Native.

Now, when state is updated with onChange, I see the following error (even if there is no actual change in state, the Store was just subscribed to an event).

`Unhandled JS Exception: One of the sources for assign has an enumerable key on the prototype chain. This is an edge case that we do not support. This error is a performance optimization and not spec compliant.`

My versions:

```
"alt": "^0.18.4",
"react": "15.0.2",
"react-native": "^0.26.2",
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.