-
Notifications
You must be signed in to change notification settings - Fork 795
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: Rollup: Parse Error: Duplicate export #4424
Comments
Thanks @danyball! I've confirmed that this is related to the TypeScript 5 upgrade. |
Yes, we have the same issue, since update stencil from 3.2 to 3.3. https://github.com/public-ui/kolibri/actions/runs/5081216007/jobs/9129248718 |
Hey folks, I have a dev build that I believe will fix the issue. Can anyone running into this problem please install it and provide the team and I with some feedback?
Thanks! |
Is working, thanks @rwaskiewicz ! |
Stencil v3.3.1 has just been released with a fix for this issue. If you encountered it on Stencil v3.3.0, please upgrade to 3.3.1. I'm going to close this issue out, but please feel free to open a new one should the issue reoccur. Thanks! |
Prerequisites
Stencil Version
3.3.0
Current Behavior
Throws error on
npm run build
:Expected Behavior
No error.
System Info
Steps to Reproduce
npm init stencil
private static myVar = "input"
tomy-component.tsx
return format(this.first, this.middle, MyComponent.myVar);
npm run build
Code Reproduction URL
notyet
Additional Information
Creating a static variable is common to add a native event to the documentation with
@event
in JSDoc comment. For example:The text was updated successfully, but these errors were encountered: