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(lightformer): remove defineProps import #395

Merged
merged 2 commits into from
May 2, 2024

Conversation

andretchen0
Copy link
Contributor

@andretchen0 andretchen0 commented May 2, 2024

Problem

defineProps is imported into src/core/staging/useEnvironment/lightformer/index.vue. It's a macro, so it doesn't need to be imported.

The import is causing this warning while running the playground:

Screenshot 2024-05-02 at 02 26 29

Solution

Remove the defineProps import.

Context

At the moment, the CI step is failing all PRs because main contains linter errors. The file touched by this PR passes the linter.

Copy link

stackblitz bot commented May 2, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@andretchen0 andretchen0 marked this pull request as ready for review May 2, 2024 00:39
@andretchen0 andretchen0 merged commit d6b5caf into main May 2, 2024
2 checks passed
@andretchen0 andretchen0 deleted the chore/lightformer-warning branch May 2, 2024 13:27
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.

None yet

2 participants