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

Bump to 5.5 and update compiler options #3175

Merged
merged 5 commits into from
Jul 8, 2024
Merged

Conversation

jakebailey
Copy link
Member

No description provided.

@@ -85,7 +85,7 @@ export const getCompilerOptionsFromParams = (
let toSet = undefined
if (val === "true" && playgroundDefaults[key] !== true) {
toSet = true
} else if (val === "false" && playgroundDefaults[key] !== false) {
} else if (val === "false" && (playgroundDefaults[key] as any) !== false) { // TODO(jakebailey): remove as any, check undefined above
Copy link
Member Author

Choose a reason for hiding this comment

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

I think this may have been hiding a bug, but I don't want to change this PR to modify the behavior in this PR.

@jakebailey jakebailey added the deploy-preview Enables automatic deployments to preview environments on a PR label Jul 8, 2024
Copy link
Contributor

github-actions bot commented Jul 8, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-plant-05c166c10-3175.centralus.5.azurestaticapps.net

@jakebailey jakebailey merged commit b5d65fb into microsoft:v2 Jul 8, 2024
8 checks passed
@jakebailey jakebailey deleted the 5.5 branch July 8, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-preview Enables automatic deployments to preview environments on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants