We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Version 3.0.1 give me the following error:
In Version 3.0.0 everything is fine.
My Code is the following:
canAutoPlay .video({ timeout: 4000, muted: false, inline: true }) .then((data) => { console.log(data); const { result } = data; const startAutoplay = result === true; store.dispatch(actions.init(startAutoplay)); finishPlayerInitialization(startAutoplay); });
The text was updated successfully, but these errors were encountered:
Oh, I think I see the problem. I think that the change that was added 66c406e is likely in the wrong place. It should probably move into sendOutput.
sendOutput
Sorry, something went wrong.
fix: remove el on sendOutput
288d663
Fixes #48
fix: remove el on sendOutput (#49)
8999cba
Published 3.0.2 with a fix. Can you please try it out and let me know if you still see the issue, @cmaerz?
Thanks!
Successfully merging a pull request may close this issue.
Version 3.0.1 give me the following error:
In Version 3.0.0 everything is fine.
My Code is the following:
The text was updated successfully, but these errors were encountered: