Skip to content
New issue

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

fix(content/index.tsx): Fix code running twice on page load #26

Merged
merged 1 commit into from
Aug 31, 2023

Conversation

VampireChicken12
Copy link
Member

refactor(content/index.tsx): add support for multiple feature names in eventManager

The FeatureName type is added, which restricts the possible values to a specific set of feature names. This improves type safety and prevents accidental usage of incorrect feature names. The eventManager now supports multiple feature names for each event listener, allowing for more flexibility in managing event listeners for different features.

refactor(content/index.tsx): add support for multiple feature names in eventManager

The FeatureName type is added, which restricts the possible values to a specific set of feature names. This improves type safety and prevents accidental usage of incorrect feature names. The eventManager now supports multiple feature names for each event listener, allowing for more flexibility in managing event listeners for different features.
@VampireChicken12 VampireChicken12 merged commit a5ba077 into main Aug 31, 2023
2 checks passed
@github-actions
Copy link

🎉 This PR is included in version 1.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 1.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant