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
Angular2+ uses core-js/reflect as reflection utility. My library uses reflect-metadata.
Problem is this library overrides Reflect global object causing errors in Angular decorator factory API.
As you can see in the image below, overriding reflection global object can mess other libraries. Would be better solution check if that object is already defined before reasigning
The text was updated successfully, but these errors were encountered:
Angular2+ uses core-js/reflect as reflection utility. My library uses reflect-metadata.
Problem is this library overrides
Reflect
global object causing errors in Angular decorator factory API.As you can see in the image below, overriding reflection global object can mess other libraries. Would be better solution check if that object is already defined before reasigning
The text was updated successfully, but these errors were encountered: