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
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
When I use vss-web-extension-sdk, it seems to be able to use some older version of react.js without actually including it anywhere (never doing npm install react or including it in package.json). I can see it in my browser downloaded from somewhere under a _static/TFS folder, but how did it get on the server?
When I use vss-web-extension-sdk, it seems to be able to use some older version of react.js without actually including it anywhere (never doing
npm install react
or including it in package.json). I can see it in my browser downloaded from somewhere under a _static/TFS folder, but how did it get on the server?tsconfig:
project dependencies:
excerpt from vss-extension.json:
The text was updated successfully, but these errors were encountered: