immutable.js - How to express List of Type in immutable? -
is there way how express list of type in immutable js?
something like:
const initialstate = record({ propertiestotals: list.of(record({ propertyid: null, value: 0, })), });
the list.of acctutal method in immutablejs not thing.
Comments
Post a Comment