-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
object with 'toString' key is ignored by ObservableArray #1650
Comments
Minimal repro: https://codesandbox.io/s/pppj0njj8q |
The bug lives here: generateObservablePropConfig |
Confirmed as bug (sorry for the late follow up!), investigating a solution |
Fix has been released as: 5.1.2 / 4.4.2 |
Hi, I can't assign object with 'toString' key to observable array.
data from server
observable array
demo: https://codesandbox.io/s/1yxyzwjz14
I am using: "mobx": "^4.3.1", "mobx-react": "5.2.2",
The text was updated successfully, but these errors were encountered: