Exported alias references embed the literal mode name into the path, e.g.:
$.Chromatics.Mode 1.flexoki.base.950
The space in Mode 1 makes this fragile for downstream tooling/parsing (splitting on . or whitespace breaks it).
Suggest sanitizing mode names when generating alias paths — strip or replace spaces (and other special characters) before emitting the reference string.
Exported alias references embed the literal mode name into the path, e.g.:
The space in
Mode 1makes this fragile for downstream tooling/parsing (splitting on.or whitespace breaks it).Suggest sanitizing mode names when generating alias paths — strip or replace spaces (and other special characters) before emitting the reference string.