vuong-nguyen-saltovn

Results 2 comments of vuong-nguyen-saltovn

>import { ARCanvas, ARMarker } from "@artcom/react-three-arjs" import { Canvas } from '@react-three/fiber' import { useState } from 'react' export default function ARHiro() { const [isShow, setShow] = useState(false) const...

> That's odd, your code is working fine on codesandbox > > https://joukod.csb.app/ Maybe some conflict in my config , thanks for your help >__<