-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Transformer called too early #1478
Conversation
Unit Tests Summary 1 files 27 suites 10m 51s ⏱️ Results for commit f78f9e8. ♻️ This comment has been updated with latest results. |
Unit Test Performance Difference
Additional test case details
Results for commit 1e3ef61 ♻️ This comment has been updated with latest results. |
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.
Verified the fix works. The minor difference is only when the transformator does not return a reactive teal_data (which is not the way to use transformators) so approving.
closes #1473
Call of the custom transformer is postponed until the data from the previous stage (filter-panel, previous transformer, previous decorator, module-data) is ok.