Sampsa Kaskela

Results 6 comments of Sampsa Kaskela

Also have clean CRA project and just adding following line gives an error. I have version 7.0.0 of media-stream-player. `import { Player } from 'media-stream-player';` I was able to solve...

This same happened in my monorepo. It also happened in clean React + Vite + Storybook setup project. If you have following in your Storybook config then properties are not...

@pixi/react is pretty much has the same API as @inlet/pixi-react. The package name changed because Pixi team took over the project. It was made compatible with Pixi 7 and React...

@khanzzirfan Just opened PR #91 although not sure how versioning should be handled there. Probably breaking change.

I tried adding the tokenUri to config by hardcoding the correct uri in and it seemed to work. The issues then ended up being that since my camera requires Authorization...

You can accomplish this by giving Authorization header in your request. For example when using usergroup.cgi. In this case CORS has to be configured since you can't use no-cors mode...