docu: known issue with browser extensions

This commit is contained in:
Jean Jacques Avril 2024-12-31 13:50:28 +00:00
parent 36b6aca431
commit 872ad76f59
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View File

@ -90,3 +90,12 @@ go run cmd/actatempus/main.go # Backend on port 8080
cd backend-dart cd backend-dart
dart run bin/backend_dart.dart # Backend on port 8080 dart run bin/backend_dart.dart # Backend on port 8080
``` ```
# Known Issues
## Hydration issue caused by browser extensions
Some browserextensions inject js code. This leads to a mismatch between the ssr
and the client rendered version. In case of grammerly, you can see that some
attribute was injected in the dom `data-lt-installed="true"`
![alt text](docs/media/image.png)

BIN
docs/media/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB