optimize react state handling (#82)

This commit is contained in:
2026-04-04 18:16:36 +02:00
committed by GitHub
parent 7c682373a5
commit 229edd42e9
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