Faiz Khan

Results 2 comments of Faiz Khan

> example code for limit camera range to specific range > > ```ts > const editor = useEditor(); > > useEffect(() => { > const limit = 4096; > >...

> Can you check if you have an instance of the editor at all? It should have an `addListener` method on it. > > If editor is undefined then you...