You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting! Fixed in 4.9.1. This was a regression introduced by a merge indeed! (Note that it depends on the module bundler whether the issue actually manifested)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or questions.
lockbot
locked as resolved and limited conversation to collaborators
Jul 21, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As discussed on Gitter:
Given
@observable meta = new Map<string, any>();
4.8
toJS
outputs a js object, as it has been for ages.https://codesandbox.io/s/pwrz28jzx7
4.9
toJS
outputs an observable map.https://codesandbox.io/s/jp0j98y0yy
There wasn't supposed to be any changes according to the changelog, so I'm guessing that something is borked.
The text was updated successfully, but these errors were encountered: