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 reflect-metadata polyfill should be imported only once in your entire application because the Reflect object is mean to be a global singleton. More details about this can be found here.
Related issues in the dependency: #80 - metadata seemingly erased when using multiple files with karma,mocha,webpack #78 - Error when working with another polyfill, like core-js/reflect #45 - When installed redundantly, Metadata could be erased
The documentation at https://github.com/inversify/InversifyJS/blob/master/wiki/environment.md contains the following note:
Related issues in the dependency:
#80 - metadata seemingly erased when using multiple files with karma,mocha,webpack
#78 - Error when working with another polyfill, like core-js/reflect
#45 - When installed redundantly, Metadata could be erased
seem to have been fixed (https://github.com/rbuckton/reflect-metadata/releases/tag/v0.1.12) in a previously used version of the dependency.
Expected Behavior
No note required.
Current Behavior
Has note.
Possible Solution
Remove note.
Steps to Reproduce (for bugs)
Context
Your Environment
Stack trace
The text was updated successfully, but these errors were encountered: