As the title says, there is a react/cjs/react.development library that is sometimes added when auto completing normal React elements like useState.
I used to ignore it and select React, but it suddenly caused a very hard to track error in production.
I want to delete/disable/remove it or atleast the autocompletion, how is this possible in VSCode?