-
Notifications
You must be signed in to change notification settings - Fork 34
addGroupBy
#15
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
addGroupBy
#15
Conversation
Pull Request Test Coverage Report for Build 2365065789
💛 - Coveralls |
There are some issues with the sequential plugin transforming model when using filters and groupBy. Filters need to be processed before However, this causes a state drift when relying on the Matches are determined by tracking the cell One solution is to expose an external facing Another solution would be to allow plugins to define extra name-spaced static properties on components which should be preserved when being transformed by other plugins. This would allow a plugin to define a tracking ID on a component if needed, and other plugins should make a best-effort attempt to preserve the meaning semantically and indiscriminately. |
Deprecated `getCloned` as `unsafeClone`
1b51e93
to
514ddf3
Compare
Certain interactions are still missing.
Remaining tasks:
Closes #13.