Closed ReidyT closed 8 months ago
Upgrading the deps seems to solve this problem:
It seems that the problem come from codemirror and most particulary about python code…
After updating the deps, there is this error:
To solve this:
yarn
yarn cache clean npm cache clean --force
npx vite —force
This seems to also solve the highlight problem.
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots No data about Coverage 0.0% Duplication on New Code
See analysis details on SonarCloud
Upgrading the deps seems to solve this problem:
It seems that the problem come from codemirror and most particulary about python code…
Trying to update the deps
After updating the deps, there is this error:
To solve this:
yarn
command.npx vite —force
.This seems to also solve the highlight problem.