🚀 Auto-deploy: melhoria no snap e medição AR em 04/08/2026 20:12:43

This commit is contained in:
2026-08-04 20:12:43 +00:00
parent aca3cede7c
commit 5c6f3f4ab6
+1 -1
View File
@@ -246,7 +246,7 @@ const QuestCubeLab = () => {
const [xrSupported] = useState(() =>
typeof navigator !== "undefined" &&
"xr" in navigator &&
typeof (navigator as Navigator & { xr?: { isSessionSupported?: Function } }).xr?.isSessionSupported === "function"
typeof (navigator as Navigator & { xr?: { isSessionSupported?: (mode: string) => Promise<boolean> } }).xr?.isSessionSupported === "function"
);
const posRef = useRef(cubePos);