-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix(web-analytics): connect data logics to scene logic #38008
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
base: master
Are you sure you want to change the base?
Conversation
Size Change: 0 B Total Size: 2.73 MB ℹ️ View Unchanged
|
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.
23 files reviewed, no comments
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.
ts error, but :check:
📸 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. |
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.
I mean, it works, but I don't really understand why. I'd love a brownbag (or just a short video) going over the reasons why this works/is needed
I'll also do a follow-up PR simplifying that LogicWrapper | BuiltLogic
type
The tldr is:
|
Problem
The web analytics tab would reload every time it was opened.
Changes
Attach the various
dataNodeLogic
s to the scene's logic.How did you test this code?
Clicked between the tabs, saw the count of queries to
/query
go from a dozen to just one. Still a bit of work to do to remove that last one.