-
Notifications
You must be signed in to change notification settings - Fork 1
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
GiftCardPlugin: Compilation Error - Update 2.0.0 #22
Comments
Ah, the This week I am updating all the paid plugins to be fully v2 compatible (with full v2 UI makeovers) so the next version will have this solved. |
Please update to v1.0.0 and let me know if it compiles now. |
Works now, thank you! 👍 |
Oh no, unfortunately, when building for prod, I get this error: |
This is strange - the type should be inferred by TS at that location. Here's the source code in my IDE: Perhaps you can work around that for now by turning off "noImplicitAny" in the tsconfig update: actually it should already be disabled in the standard tsconfig supplied by the ui devkit: https://github.com/vendure-ecommerce/vendure/blob/c321050ae8bc80629c7f627957800190526eefaa/packages/ui-devkit/scaffold/tsconfig.json#L13 |
I tried updating to 2.0.0 but I get this error in the compilation step:
Is there a way to fix it myself or is this some kind of old Angular leftover?
The text was updated successfully, but these errors were encountered: