optimize react state handling

This commit is contained in:
2026-04-04 18:04:08 +02:00
parent 7c682373a5
commit e8914d4bcb
5 changed files with 144 additions and 86 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Yarn Install
run: |
cd ./frontend
yarn install
yarn install --frozen-lockfile
- name: Yarn Test
run: |
cd ./frontend