-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error after upgrading to 18 #98
Comments
@Sergiobop Can you try this pull request ? |
How can i test it @rbalet ? Can we do a mini-release @werthdavid ? If so, i will test it ASAP |
@Sergiobop I woud
That way you prepare locally the library Then, in the project where you're using it, you use the local npm repo by doing : |
Feel free to test, didn't have much time this week sorry. I will probably find time today or tomorrow. If the suggested PR works, we can make a release. |
The compilation error is gone, but i get this now:
I don't know if its because i did something wrong in the process
|
@Sergiobop Ah, forgot to tell you, but by using |
A new error @rbalet :
|
@Sergiobop you're missing a dependency here, please do npm i qrcode-generator |
Okey, ITS WORKING @rbalet @werthdavid Should the README be updated to have that qrcode-generator dependency when installing the package? Thanks |
thank you guys. I will update the readme accordingly |
@werthdavid @Sergiobop no, the qrcode-generator is a peerDependency, therefore it will be downloaded automatically while doing npm i ngx-kjua. It is just not working while trying it locally. Cheers |
Ohh, ok, thanks! And kjua-svg is needed? |
kjua-svg is NOT needed anymore! |
I will test it in a few minutes and close the issue if everything is good Thanks a lot |
Everything is working fine, |
Hi! First of all, thanks for this awesome package.
I'm having some issues after upgrading to Angular 18 and 18.1.1 version of this lib:
I didn't have any issue in NG17
Thanks
Edit: I think this is the problem?
ngx-kjua/projects/ngx-kjua/src/lib/kjua/lib/qrcode.ts
Line 4 in 3ad7fa0
I'm using the application builder since it's recommended in v17 and higher
The text was updated successfully, but these errors were encountered: