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

refactor(protocol-designer): liquid class ff reducer typo fix #17211

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

jerader
Copy link
Collaborator

@jerader jerader commented Jan 8, 2025

Overview

Noticed a small typo in the reducer

Test Plan and Hands on Testing

Check that the react scan and liquid class feature flags work as expected

Changelog

fix reducer

Risk assessment

low

@jerader jerader requested a review from a team as a code owner January 8, 2025 14:23
@jerader jerader requested review from koji and ncdiehl11 January 8, 2025 14:23
@@ -31,7 +31,7 @@ const initialFlags: Flags = {
process.env.OT_PD_ENABLE_HOT_KEYS_DISPLAY === '1' || true,
OT_PD_ENABLE_REACT_SCAN: process.env.OT_PD_ENABLE_REACT_SCAN === '1' || false,
OT_PD_ENABLE_LIQUID_CLASSES:
process.env.OT_PD_ENABLE_REACT_SCAN === '1' || false,
process.env.OT_PD_ENABLE_LIQUID_CLASSES === '1' || false,
Copy link
Contributor

Choose a reason for hiding this comment

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

nice catch

@jerader jerader merged commit c9fdf3b into edge Jan 8, 2025
24 checks passed
@jerader jerader deleted the pd_liquid-class-ff branch January 8, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants