yury-dymov / redux-object

Builds complex JS object from normalized redux store. Best works with json-api-normalizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change properties to be enumerable

manuelmager opened this issue · comments

When building an object from a normalized structure, properties that originate from a relationship in the normalized structure are non-enumerable. When iterating over the properties of the built object or when using Object.assign on it, those properties are lost.

Is there a specific reason for not using enumerable: true in line 85?

No good reason :) Feel free to file a PR

Fixed in v0.5.3. Thank you for your help!