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

chore: remove 'applyMixins' function #6774

Merged
merged 4 commits into from
Jul 18, 2023

Conversation

nicholasrice
Copy link
Contributor

Pull Request

📖 Description

This PR removes the 'applyMixins' function from exported features. 'applyMixins' is an implementation detail of fast-foundation components and doesn't relate to the package's purpose. Additionally, there are better mixin patterns that don't rely on copying property descriptors manually, such as defining mixin classes as functions accepting a base class.

🎫 Issues

👩‍💻 Reviewer Notes

📑 Test Plan

✅ Checklist

General

  • I have included a change request file using $ yarn change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

Component-specific

⏭ Next Steps

@nicholasrice nicholasrice force-pushed the users/nirice/remove-apply-mixins-export branch from 4f7ff97 to 749442d Compare July 6, 2023 22:01
@chrisdholt chrisdholt merged commit 57f3c22 into master Jul 18, 2023
5 checks passed
@chrisdholt chrisdholt deleted the users/nirice/remove-apply-mixins-export branch July 18, 2023 22:19
janechu pushed a commit that referenced this pull request Jun 10, 2024
* remove apply mixins from exported features

* Change files

* Update change/@microsoft-fast-foundation-b1cdc933-e7be-42e8-8d85-95a5af001f1a.json

---------

Co-authored-by: nicholasrice <[email protected]>
Co-authored-by: Chris Holt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants