I have a situation where I have created 2 plugins. Both have a RowEnhancer. I expect that the RowEnhancer from both plugins will be applied to the Row Component.
Actual Behavior
What i'm seeing is that the RowEnhancer from the last plugin in the plugin list is applied, but not the others.
The only difference between APlugin and BPlugin is letter which the row gets wrapped with. a or b. I'm finding that the row gets wrapped with a only, and not b.
Pull request with failing test or storybook story with issue
None yet.
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.
Griddle version
1.8.1
Expected Behavior
I have a situation where I have created 2 plugins. Both have a RowEnhancer. I expect that the RowEnhancer from both plugins will be applied to the Row Component.
Actual Behavior
What i'm seeing is that the RowEnhancer from the last plugin in the plugin list is applied, but not the others.
Steps to reproduce
I have a grid that looks like this:
APlugin:
BPlugin:
The only difference between APlugin and BPlugin is letter which the row gets wrapped with. a or b. I'm finding that the row gets wrapped with a only, and not b.
Pull request with failing test or storybook story with issue
None yet.
While this step is not necessary, a failing test(s) and/or a storybook story will help us resolve the issue much more easily. Please see the README for more information.