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

feat: migrate internal view components #1563

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

diegopf
Copy link
Contributor

@diegopf diegopf commented Jul 10, 2024

No description provided.

@diegopf diegopf requested a review from a team as a code owner July 10, 2024 19:11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you have forgotten to define the component name (name: 'AccessibilityCheck')

},
props: {
result: {
type: Object as () => Result,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This prop type definition is ok, but you can also define the type with
Object as PropType<Result>

},
props: {
suggestion: {
type: Object as () => NextQueryModel,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here the same, you can also use
Object as PropType<NextQueryModel>

Copy link
Contributor

@lauramargar lauramargar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gj!!

@lauramargar lauramargar merged commit df0d026 into main Jul 11, 2024
4 checks passed
@lauramargar lauramargar deleted the feat/migrate-internal-view-components branch July 11, 2024 09:21
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.

2 participants