Frontmatter
| id | 9568 |
| title | Fix code examples in DataPipelines.md guide |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Mar 27, 2026, 11:14 AM |
| updatedAt | Mar 27, 2026, 11:20 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9568 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 27, 2026, 11:20 AM |

The
DataPipelines.mdguide contains code examples that fail to execute in the LivePreview environment. Specifically, they miss the requiredNeo.setupClass()re-assignment for newly defined classes (Models, Stores, and Containers) and improperly useexport defaultfor the main view class. This issue will fix these blocks to align with the framework's LivePreview execution standards.