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
returnRegistration{}, fmt.Errorf("cannot find the definition of component name %q", name)
273
+
}
274
+
275
+
ifcr.Community {
276
+
if!reg.community {
277
+
returnRegistration{}, fmt.Errorf("the component %q is a community component. Use the --feature.community-components.enabled command-line flag to enable community components", name)
278
+
}
279
+
returncr, nil// community components are not affected by feature stability
returnRegistration{}, fmt.Errorf("cannot find the definition of component name %q", name)
315
+
}
316
+
ifreg.Community {
317
+
if!m.community {
318
+
returnRegistration{}, fmt.Errorf("the component %q is a community component. Use the --feature.community-components.enabled command-line flag to enable community components", name)
319
+
}
320
+
returnreg, nil// community components are not affected by feature stability
0 commit comments