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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When switching from the overview to the repositories tab, a duplicate "View on OpenSauced" Button gets added to the webpage.
browser-extension
Desktop
Chrome
Production
No response
The text was updated successfully, but these errors were encountered:
I think the problem lies here: https://github.com/open-sauced/browser-extensions/blob/41188a32f6e3a8651c174fd1afce2d473b6dfc1c/src/utils/dom-utils/viewOnOpenSauced.ts#L20. userBio.parentNode.replaceChild is accumulating the viewOnOpenSaucedButton added previously. Should be an easy fix. I'll patch it.
userBio.parentNode.replaceChild
viewOnOpenSaucedButton
Sorry, something went wrong.
🎉 This issue has been resolved in version 1.0.0-beta.4 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
🎉 This issue has been resolved in version 1.0.0 🎉
Anush008
Successfully merging a pull request may close this issue.
Describe the bug
When switching from the overview to the repositories tab, a duplicate "View on OpenSauced" Button gets added to the webpage.
Steps to reproduce
Affected services
browser-extension
Platforms
Desktop
Browsers
Chrome
Environment
Production
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: