LearnNewsExamplesServices
Frontmatter
id9568
titleFix code examples in DataPipelines.md guide
stateClosed
labels
documentationai
assigneestobiu
createdAtMar 27, 2026, 11:14 AM
updatedAtMar 27, 2026, 11:20 AM
githubUrlhttps://github.com/neomjs/neo/issues/9568
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 27, 2026, 11:20 AM

Fix code examples in DataPipelines.md guide

Closed v12.1.0 documentationai
tobiu
tobiu commented on Mar 27, 2026, 11:14 AM

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

tobiu added the documentation label on Mar 27, 2026, 11:14 AM
tobiu added the ai label on Mar 27, 2026, 11:14 AM
tobiu referenced in commit e6fd772 - "docs: Fix code examples in DataPipelines.md guide (#9568) on Mar 27, 2026, 11:20 AM
tobiu assigned to @tobiu on Mar 27, 2026, 11:20 AM
tobiu
tobiu Mar 27, 2026, 11:20 AM

Fixed the code examples by adding Neo.setupClass() re-assignments, removing export default, and created a dummy users.json to serve the live preview fetch.

tobiu closed this issue on Mar 27, 2026, 11:20 AM