Create fragment creates two fragments
When using the create fragment redux action, two fragments are created.
(one without an id, and a duplicate of it with the id)
It was my understanding that the action would take the fragment, add an id, then replace the existing one.
I had to filter state.fragments
and only get the ones with an id property present.
Is this a bug?