Angular-tree-component: Tree Component Not Working With Latest Mobx Update

Created on 12 Mar 2018  路  13Comments  路  Source: CirclonGroup/angular-tree-component

Our angular project that includes this component quit building today. Upon investigating, it seems that mobx was updated and it is no longer compatible with the tree. Here is an example of a forked version of your plunkr:

https://plnkr.co/edit/y6KWNYXbJtwDfWUsWMI3?p=preview

All I did was update the mobx version from ^3 to ^4.

The workaround for now was to install a version 3 of mbox so it doesn't implode.

Most helpful comment

Temporary solution:
npm install --save-dev [email protected]

All 13 comments

Yes, I'm getting the same issue here. But updating mobx did not make any difference. Still getting warnings

+1

+1

+1
errors like this:
image

Temporary solution:
npm install --save-dev [email protected]

+1

+1

+1

+1

True, angular-tree-component had >=3. I'm changing to ^3 and publishing in the coming hour

Published - can you try with version 7.0.2-beta1?

I just tested with 7.0.2-beta1 and am no longer getting the mobx error.

Published in 7.0.2

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Shadowlauch picture Shadowlauch  路  5Comments

Gillardo picture Gillardo  路  5Comments

JanSchuermannPH picture JanSchuermannPH  路  4Comments

nicolae536 picture nicolae536  路  5Comments

matthewdfleming picture matthewdfleming  路  3Comments