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
For my own libs, I fixed this by just downgrading to [email protected] before bundling the lib and pushing it to npm.
Or - if you decide to no longer support angular < 9 - you could update your lib's peer dependencies accordingly.
The text was updated successfully, but these errors were encountered:
Terrible story... Thanks a lot for the report and suggestions. I published ngx-ui-scroll v1.6.6 on npm with downgraded typescript. Could you confirm it works in your environment?
Running/Building a default angular <= 8 project with ngx-ui-scroll >= 1.6.4 fails with the error
An accessor cannot be declared in an ambient context
.The cause for this is being discussed here: microsoft/TypeScript#33939
For my own libs, I fixed this by just downgrading to
[email protected]
before bundling the lib and pushing it to npm.Or - if you decide to no longer support angular < 9 - you could update your lib's peer dependencies accordingly.
The text was updated successfully, but these errors were encountered: