mike douges

Results 214 issues of mike douges

Realistically this is just exposing peerjs internals to consumers of this library.

enhancement

Jest is already setup. Get it done!

help wanted

Doesn't work: ```ts import { TextfieldProps } from './types'; const Textfield = forwardRef((props: TextfieldProps, ref) => { ^^^^^^^^^^^^^^^ not extracted return ; }); Textfield.displayName = 'Textfield'; export default memo(Textfield); ```...

typescript

Hello! I've started to use gltfjsx to import custom models into my r3f app, and have some suggestions that would be useful for myself. The context here is there is...

Hey mate! Love the tool. Is there any advice in how to use it when frameloop is set to "demand"? When it is you don't get FPS data, and calls,...

Hey! Started using your library for a side project. One case I wanted was to be able to wrap it in a `form` element (maybe it would be good to...

This will allow consumers who don't care about background images get a leaner component, saving kb.

enhancement