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 type error on stable #2201

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Fix type error on stable #2201

merged 1 commit into from
Dec 9, 2024

Conversation

simonihmig
Copy link
Collaborator

Stable is broken when running pnpm without the lockfile:

packages/macros/tests/babel/helpers.ts:85:15 - error TS2454: Variable 'mode' is used before being assigned.

Applying same fix as on main: 31ed2c2

Stable is broken when running pnpm without the lockfile:

```
packages/macros/tests/babel/helpers.ts:85:15 - error TS2454: Variable 'mode' is used before being assigned.
```

Applying same fix as on `main`: 31ed2c2
@ef4 ef4 merged commit 0cb4728 into stable Dec 9, 2024
205 of 221 checks passed
@ef4 ef4 deleted the si-fix-stable branch December 9, 2024 20:12
@ef4 ef4 added the bug Something isn't working label Dec 9, 2024
@github-actions github-actions bot mentioned this pull request Dec 9, 2024
@simonihmig simonihmig added internal and removed bug Something isn't working labels Dec 16, 2024
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