Esri / calcite-components-examples

Example applications utilizing calcite-components
https://github.com/Esri/calcite-components
Other
49 stars 26 forks source link

Error when opening dropdown in Rollup example #8

Open paulcpederson opened 4 years ago

paulcpederson commented 4 years ago
<calcite-dropdown>
    <calcite-button slot="dropdown-trigger">Open Dropdown</calcite-button>
    <calcite-dropdown-group>
        <calcite-dropdown-item>Relevance</calcite-dropdown-item>
        <calcite-dropdown-item active>Date modified</calcite-dropdown-item>
        <calcite-dropdown-item>Title</calcite-dropdown-item>
    </calcite-dropdown-group>
</calcite-dropdown>

88876820-a3a60700-d213-11ea-9e83-d682183d61fa

benelan commented 2 years ago

calcite-dropdown still has issues in beta.74 with a different error. The dropdown also won't open image