Frontmatter
| id | 308 |
| title | Neo.data.Store: set data |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Mar 17, 2020, 11:16 PM |
| updatedAt | Mar 17, 2020, 11:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/308 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 17, 2020, 11:20 PM |

assigning new data to a store should not convert the given objects into records, but cloned versions of them => e.g. in case you load an API and want to assign the result to multiple stores.
obviously it would be better performance-wise to always do it manually if needed, but this might be confusing for new users.