LearnNewsExamplesServices
Frontmatter
id8299
title[Neural Link] Fix missing align config in component.Base.toJSON
stateClosed
labels
bugaiarchitecture
assigneestobiu
createdAtJan 3, 2026, 8:23 PM
updatedAtJan 3, 2026, 8:25 PM
githubUrlhttps://github.com/neomjs/neo/issues/8299
authortobiu
commentsCount0
parentIssue8200
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 3, 2026, 8:25 PM

[Neural Link] Fix missing align config in component.Base.toJSON

Closed v11.18.0 bugaiarchitecture
tobiu
tobiu commented on Jan 3, 2026, 8:23 PM

Objective: The align config was missed in the initial implementation of toJSON for Neo.component.Base (Issue #8225). This needs to be added to ensure proper serialization of positioning configurations.

Scope:

  • Modify src/component/Base.mjs
  • Update toJSON method to include align: me.align

Context: This was identified while working on form.field.trigger.Base which also uses align.

tobiu added the bug label on Jan 3, 2026, 8:23 PM
tobiu added the ai label on Jan 3, 2026, 8:23 PM
tobiu added the architecture label on Jan 3, 2026, 8:23 PM
tobiu assigned to @tobiu on Jan 3, 2026, 8:24 PM
tobiu added parent issue #8200 on Jan 3, 2026, 8:24 PM
tobiu referenced in commit e72c88e - "fix(component): Add missing align config to component.Base.toJSON (#8299)" on Jan 3, 2026, 8:24 PM
tobiu closed this issue on Jan 3, 2026, 8:25 PM