More build fixes

This commit is contained in:
Darren Clarke 2025-08-20 12:30:47 +02:00
parent 8cee269811
commit 57ddcd64ea
4 changed files with 32 additions and 238 deletions

View file

@ -1,4 +1,5 @@
import { FC, useEffect, useState } from "react";
// @ts-ignore - react-qr-code doesn't have React 19 compatible types yet
import QRCodeInternal from "react-qr-code";
import { Box } from "@mui/material";
import { colors } from "../styles/theme";

View file

@ -18,6 +18,7 @@
"devDependencies": {
"@types/node": "^22.13.12",
"@types/react": "19.0.12",
"@types/react-dom": "^19.0.4",
"typescript": "^5.8.2"
}
}