JupyterLab, TypeError: getOwnMetadataKeys is not a function
I’m currently developing an extension for JupyterLab. As part of this process, I’m utilizing the InversifyJS library from npm. To use it, I have to import ‘reflect-metadata’ in my index.ts file, which I have done. However, when I create an injectable class and use it in my extension, I encounter the following error: