We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is caused by the code defaulting to the BillingConfigLegacyItem if the flag isn't present, but it isn't an option in v3 and is a requirement.
BillingConfigLegacyItem
This is causing my jest testing to go haywire because the types don't match. Is it worth removing the Future for BillingConfigItem in v3?
BillingConfigItem