rexkenley
rexkenley
I have the same exact issue. node 16.14.2 lint-staged 12.3.7 [2022-04-06T20:48:11.949Z] [STARTED] Preparing lint-staged... [SUCCESS] Preparing lint-staged... [STARTED] Running tasks for staged files... [STARTED] .lintstagedrc.json[2m — 1 file[22m [STARTED] *.{js,jsx}[2m...
https://www.npmjs.com/package/@microsoft/load-themed-styles It's the repo listed for this library.  And I did ask the rollup plugin author https://github.com/wessberg/rollup-plugin-ts/issues/161
@dmichon-msft Hi David, what's the status? Thanks!
@dmichon-msft Hi David, I updated @fluentui but I am still getting the same error. Is there something I missed?
@dmichon-msft @iclanton I updated my packages to their latest versions and the errors are still there. 
How do I check for the output? I know you can add areas into the vs code settings.json, but we .gitignore that file. Is there another way to store the...
I am not sure if this is the fix, but I deleted node_modules and package-lock.json and reran npm i. That took care of the weird text. 
Spoke too soon, some projects are still having the weird text issue. This project was generated with the @nx/react - library and @nx/storybook - configuration. 
1 thing I noticed is that when I start getting the weird text, a "zombie" vscode is running in memory. Once I end that task, the weird text stopped. 
So far the definitive workaround for the weird text is 1.) Delete .nx/cache 2.) Clear any "zombie" vscode sessions in memory Things start working again I once I do these...