lukasIO

Results 196 comments of lukasIO

Thanks! the pnpm version you're using seems to be outdated, the lock file version in this diff is changing from 9 to 6. could you update to a 9.x version...

this is an issue in https://github.com/livekit/track-processors-js, I can't transfer the issue across organizations, so it'd be great if you could open your issue there. Likely related to autoplay issues of...

This was done on purpose, the responsibility for asynchronous management for the handler was supposed to live in user land, so having a synchronous callback and using asyncio task handling...

which typescript version are you using?

please provide the exact version number and your build setup.

you said > When building, the block of code throws an error: are you invoking `tsc` directly? Or are you using nextjs/vite/webpack for building?

thanks. I cannot reproduce this. Can you post your tsconfig file?

> I think you can reproduce it by installing https://github.com/livekit and @livekit/component-react in a Nextjs project and try building it locally we do this in a lot of places, for...

did you capture console logs ?

for chrome you can do it via remote debugging: http://developer.chrome.com/docs/devtools/remote-debugging/