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

Make all components inherit from Avo::BaseComponent #2892

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

joeldrapper
Copy link
Contributor

@joeldrapper joeldrapper commented Jun 25, 2024

Description

This is a small find/replace maintenance PR to make all components inherit from Avo::BaseComponent. This will allow us to layer on component features, such as Literal properties in a way that makes them available to all Avo components. See #2891

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

Copy link

codeclimate bot commented Jun 25, 2024

Code Climate has analyzed commit 3a7095c and detected 0 issues on this pull request.

View more on Code Climate.

@adrianthedev adrianthedev merged commit 72c0452 into avo-hq:main Jun 26, 2024
28 checks passed
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.

2 participants