We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to build I get this error.
yarn run v1.22.10 $ tstl node_modules/@opct/openos/component.d.ts:128:15 - error TS2694: Namespace 'OpenOS' has no exported member 'InventoryController'. 128 ): OpenOS.InventoryController | null; ~~~~~~~~~~~~~~~~~~~ node_modules/@opct/openos/component.d.ts:161:72 - error TS2694: Namespace 'OpenOS' has no exported member 'InventoryController'. 161 function getPrimary(componentType: "inventory_controller"): OpenOS.InventoryController; ~~~~~~~~~~~~~~~~~~~ node_modules/@opct/openos/component.d.ts:269:40 - error TS2694: Namespace 'OpenOS' has no exported member 'InventoryController'. 269 const inventory_controller: OpenOS.InventoryController; ~~~~~~~~~~~~~~~~~~~ error Command failed with exit code 2.
The text was updated successfully, but these errors were encountered:
Fixed in 0.0.18
Sorry, something went wrong.
No branches or pull requests
When trying to build I get this error.
The text was updated successfully, but these errors were encountered: