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 component is meant to be added to manifestComponents, even if it's not a fully validated source component,
516
+
// this ensures when getObject is called, we created consistent manifests whether using this.components, or this.manifestComponents
517
+
// when no destructive changes are present, we use this.components (not fully validated as source components, so typos end up in the generated manifest)
518
+
// when destructive changes are used, we use this.manifestComponents (fully validated, would not match this.components)
519
+
// this ensures this.components manifest === this.manifestComponents manifest
0 commit comments