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

Change graphs to ts #3181

Merged
merged 8 commits into from
Feb 25, 2021
Merged

Change graphs to ts #3181

merged 8 commits into from
Feb 25, 2021

Conversation

EDsCODE
Copy link
Member

@EDsCODE EDsCODE commented Feb 3, 2021

Changes

Please describe.
If this affects the frontend, include screenshots.

Checklist

  • All querysets/queries filter by Organization, by Team, and by User
  • Django backend tests
  • Jest frontend tests
  • Cypress end-to-end tests

@timgl timgl temporarily deployed to posthog-type-action-gra-xzrimo February 3, 2021 21:05 Inactive
@EDsCODE EDsCODE marked this pull request as ready for review February 24, 2021 18:30
@EDsCODE EDsCODE requested a review from macobo February 25, 2021 14:18
Copy link
Contributor

@macobo macobo left a comment

Choose a reason for hiding this comment

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

Very nice changes. Might cause minor merge conflicts but other than that LGTM.

@@ -137,7 +137,7 @@ export const trendsLogic = kea<trendsLogicType<FilterType, ActionType, TrendPeop

loaders: ({ values, props }) => ({
results: {
__default: [],
__default: [] as TrendResult[],
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you need to pass TrendResult to kea as well - check the types file for if it has any errors.

@EDsCODE EDsCODE merged commit 195a358 into master Feb 25, 2021
@EDsCODE EDsCODE deleted the type-action-graphs branch February 25, 2021 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants