-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
Bug: Missing types when building from a new clone #4246
Comments
More information is required to proceed with this issue:
This issue will be automatically closed in five days if the information is not provided. Thanks for your understanding. |
I can confirm that 4 type definitions are missing. and ran commands:
This works fine. Then upgraded to version "1.0.0-beta.79" using Getting the following errors on ng serve now: 19 import { ComboboxChildElement, ComboboxSelectionMode } from "./components/combobox/interfaces"; 28 import { PaginationDetail } from "./components/pagination/pagination"; 29 import { ListFocusId } from "./components/pick-list/shared-list-logic"; 37 import { TreeSelectDetail, TreeSelectionMode } from "./components/tree/interfaces"; When comparing to .78, I'm seeing more typing files missing. The entire tree folder is missing, for instance. |
@Zay we will be releasing |
Possibly related to stenciljs/core#3239 |
To recap, this issue occurs when you build w/o an existing
Closing based on ☝️ |
Actual Behavior
Some of the components have missing types when building from a new clone. For example, here are the correct type files for
calcite-combobox
:https://unpkg.com/browse/@esri/calcite-components@1.0.0-beta.78/dist/types/components/combobox/
And here is what it looks like when type files are missing:
https://unpkg.com/browse/@esri/calcite-components@1.0.0-beta.79/dist/types/components/combobox/
Expected Behavior
No missing type files when building
Reproduction Sample
N/A
Reproduction Steps
git clone https://github.com/Esri/calcite-components.git
cd calcite-components
npm ci && npm run build
dist/types/components/combobox
Reproduction Version
beta.79
Relevant Info
There are no errors in the console. The work around is to build again and make sure all the files are there.
I repro'd on WSL (Ubuntu 20.04)
@jcfranco repro'd on Mac
Regression?
No response
The text was updated successfully, but these errors were encountered: