Deprecate staticHelpers, staticModifiers, and staticComponents in favour of staticInvoakables #7346
Annotations
6 errors
preflight
Property 'staticInvokables' is missing in type '{ staticHelpers: boolean; staticModifiers: boolean; staticComponents: boolean; allowUnsafeDynamicComponents: boolean; }' but required in type 'UserConfig'.
|
preflight
Type 'Required<Omit<Options, "staticModifiers" | "staticComponents" | "staticHelpers">> & { staticAddonTrees: boolean; staticAddonTestSupportTrees: boolean; ... 5 more ...; allowUnsafeDynamicComponents: boolean; } & Options' is not assignable to type 'Required<Options>'.
|
preflight
Type '{ staticInvokables: true; allowUnsafeDynamicComponents: false; }' is missing the following properties from type 'UserConfig': staticModifiers, staticComponents, staticHelpers
|
preflight
Type '{ staticModifiers: boolean; staticComponents: boolean; staticHelpers: boolean; staticInvokables?: boolean; allowUnsafeDynamicComponents: boolean; }' is not assignable to type 'UserConfig'.
|
preflight
Property 'staticInvokables' is missing in type '{ staticComponents: false; staticHelpers: false; staticModifiers: false; allowUnsafeDynamicComponents: false; }' but required in type 'UserConfig'.
|
preflight
Process completed with exit code 2.
|