michaelkrone / ngrx-normalizr

Managing normalized state in ngrx applications - transparently
https://michaelkrone.github.io/ngrx-normalizr/
MIT License
50 stars 17 forks source link

Deleting items does not remove them from the parent #36

Open pierresigwalt opened 6 years ago

pierresigwalt commented 6 years ago

Hi,

The issue persist, When using RemoveChildData it's deleted well the child but the reference inside the parent still there.

Before Remove child Data

screen shot 2018-06-04 at 11 53 55 am

After Remove child data

screen shot 2018-06-04 at 11 53 44 am

As we can see the group schema inside Policy still have the id.

Thank you.

dalianeth commented 5 years ago

+1 for this post, any solution ?