-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(experiments): JS snippet typo #17434
Conversation
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lovely thank you!
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
* fix: universal search with notebooks disabled * Update frontend/src/lib/components/TaxonomicFilter/taxonomicFilterLogic.tsx Co-authored-by: Paul D'Ambra <[email protected]> * Update UI snapshots for `chromium` (1) * fix(experiments): JS snippet typo (#17434) * chore: clear the console in storybook a little (#17430) * chore: clear the console in storybook a little * Update .storybook/preview.tsx * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (1) * maybe this? * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (1) * maybe this * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (2) * Update UI snapshots for `chromium` (2) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Paul D'Ambra <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Problem
Small typo for on experiments page JS code to override feature flags. Snippet used snake_case instead of camelCase
Reported by user here -> https://posthogusers.slack.com/archives/CTLTM70RM/p1694643924884199
How did you test this code?
👀