Skip to content

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

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.

2 participants