Chris Short
Chris Short
@xrip I seem to get a bunch of build errors when trying to use your repo. ``` node_modules/cachegoose/index.d.ts:21:2 - error TS2666: Exports and export assignments are not permitted in module...
> @hassaans I use a ternary operator to check if there's an error, and if there is I cast the object to the correct type. For example, `errors.memebers[i] ? (errors.members[i]...
@garimasingh128 @madhhuurrii this is incorrect. Hacktoberfest has not started yet and any PRs created before October 1st will not count. In their FAQs it states > all pull requests created...
I think I'm having this same issue on the Fabric version. Causing my server to occasionally crash while traveling
This is a great suggestion, I'll have to look in to it :)
Hey @ChrisMcHarvey I looked in to this. This functionality actually should be available through this package already. Since the underlying component is just a regular video component, you can pass...
Are you using `import` or `require`? And are you using the latest create-react-app template or a custom build process? Can you provide any additional info that may help out about...
Thanks @colinricardo I think I may have found the issue. Going to test it out in a create-react-app and create-next-app to see
Alright, the issue is going to be a bit more than I'm able to get to at the moment. I'd recommend using version 2.0.0 or 1.1.0 in the meantime. I...
> Great, thanks! I'll try one of those versions. Let me know if I can help with anything :) If you're familiar with creating react packages with typescript and might...