#v6.4.3 error🙂
1 messages · Page 1 of 1 (latest)
do you get those errors running tsc on the command line? sometimes you have to restart vs code (or just the TS language server) when you upgrade a package so it gets picked up
otherwise you may have forgotten to re-run npm install or yarn install or whatever. try clearing node_modules and reinstalling. etc. basically the version of the package you have somewhere is wrong