You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#16962c8cbe Thanks @lorisleiva! - Support @codama/nodes@1.10, whose node array attributes are now optional (Array<T> | undefined). Array reads are guarded with ?? [] throughout the renderer, and the new injectedValueNode and accountFieldValueNode instruction-input default kinds now throw an explicit unsupported-node error rather than being silently mishandled. This backports the fix to the 1.x line, bringing this previous version of the renderer up to date with the latest Codama nodes and standard so that fresh installs no longer crash on instructions without extra arguments.