littlebutt's workshop
littlebutt's workshop
> > I think it is not proper since it cannot cover all cases and makes readers confused. A more intuitive example should be considered to replace the current one....
> For me the solution using npm was: > > ```json > "overrides": { > "@radix-ui/react-dismissable-layer": "^1.0.5", > "@radix-ui/react-focus-scope": "^1.0.4" > } > ``` Issue still exists and it does...
The `tsconfig.json` is as followed ``` { "compilerOptions": { "target": "es2016", "module": "commonjs", "outDir": "./tmp", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } } ``` After running `tsc --diagnostics`...
I've encountered this too