chore: update to react 19 and add react compiler

This commit is contained in:
2024-05-16 21:45:58 +02:00
parent 70227b3e46
commit 4c4a3a8fca
5 changed files with 1475 additions and 543 deletions

View File

@@ -14,16 +14,20 @@ html {
button {
all: unset;
cursor: pointer;
user-select: none;
display: inline-flex;
align-items: center;
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
font-style: inherit;
color: inherit;
user-select: none;
box-sizing: border-box;
&:focus-visible {
outline: var(--outline-focus);