Mobx: [issue] "e.observing is null" since last update of firefox

Created on 17 Oct 2016  ·  25Comments  ·  Source: mobxjs/mobx

Hello, our app started to have an issue on Firefox with their last update:

e.observing is null

with mobx: 2.5.2, mobx-react: 3.5.6,

(for example I had FF 47.8, I think, and it updated to 49.0.1)

Since then we have an issue related to a <select /> which values are observables.
When a value is selected, it throws e.observing is null.

This bug was confirmed by various people, developers and customers.

🐛 bug 👓 needs investigation

All 25 comments

Can you please create a fiddle recreating this issue.

On Oct 17, 2016 3:33 AM, "AoDev" [email protected] wrote:

Hello, our app started to have an issue on Firefox with their last update:

e.observing is null

with mobx: 2.5.2, mobx-react: 3.5.6,

(for example I had FF 47.8, I think, and it updated to 49.0.1)

Since then we have an issue related to a