This repository was archived by the owner on May 29, 2023. It is now read-only.

Description
The CurrentItemView Store uses the justReturnThePayload() setter function, which doesn't check the "next" value at all—it just sets it.
I have to refactor that Store so that it's value is checked, at least to make sure it's an Immutable.Map or something, just to prevent the world from collapsing.