You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is the package is no longer compatable with the latest versions of LWC and fails to install because of an older peer dependency. Are there plans to update the package to the latest version of LWC? Looks like this has lost traction as there haven't been updates in a while. Any update would be great.
I think the only option is to support our own and updated version of this package. I would be really great to have one since it is really nice and we can increase package adoption.
This looks to be a really great package and was featured in a DevTalkies on youtube: https://www.youtube.com/watch?v=e-oNJ5oFhgs.
The issue is the package is no longer compatable with the latest versions of LWC and fails to install because of an older peer dependency. Are there plans to update the package to the latest version of LWC? Looks like this has lost traction as there haven't been updates in a while. Any update would be great.
LWC package is at version 2.3.0: https://github.com/salesforce/lwc/releases/tag/v2.3.0
There is a peer dependency in this package to version 1.7.2 of LWC.
"peerDependencies": { "lwc": "^1.7.2" },
The text was updated successfully, but these errors were encountered: