Christoph Saile
Christoph Saile
@neil-gebbie-smarterley thanks for your help :), works fine for me
@popcorn245 thanks for your solution :) the solution worked for me but only with the "rollup-plugin-typescript" - package, "@rollup/plugin-typescript" did still fail for me.
Is there an update on this issue? I have the same problem as @DanielCoulbourne. When calling `setChoices()` with `replace: true`, the `addItem` event is triggred which results in the selected...
Hey @ajgagnon, I tried calling `page.rootInstance.disconnectedCallback();` in my jest test like this: ``` afterEach(() => { page.rootInstance.disconnectedCallback(); }); ``` unfortunatly I get an `TypeError: page.rootInstance.disconnectedCallback is not a function` after...
Hey @rwaskiewicz, I was able to create a reproduction case. I updated my ticket with a link to a repo I just created + added screenshots for clarification. Many thanks,...
Hey, are there any plans to include this feature? @JMDidon did you manage to implement a custom soltuion that you can share?:)
Hey, I have a similar issue in my project. I am using projectChangelogs but without independent release. In the index.js of the changelog renderer I did the following changes to...
Edit: my previous answer did not fix the issue completly. For example the following commit which affected the following files ``` affectedFiles: [ 'packages/apps/cms-components/src/components/ui-cms-contact-channels-footer/ui-cms-contact-channels-footer.scss', 'packages/apps/cms-components/src/components/ui-cms-link/test/ui-cms-link.variant.stories.ts', 'packages/apps/cms-components/src/components/ui-cms-link/ui-cms-link.stories.ts', 'packages/apps/cms-components/src/components/ui-cms-link/ui-cms-link.tsx', 'packages/libs/global-resources/package.json', 'pnpm-lock.yaml' ]...
Same issue here. I get the impression that the update was not properly tested on real projects regarding the type-generation ... a migration would have been helpful as well :(