We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc8c23 commit dadf6b4Copy full SHA for dadf6b4
packages/ui-extender/src/actions/core/DisplayAction.jsx
@@ -6,7 +6,7 @@ let count = 0;
6
7
const getRenderWrapper = Render => {
8
const RenderWrapper = ({context, ...otherProps}) => (
9
- <Render {...otherProps} {...context}/>
+ <Render {...context} {...otherProps}/>
10
);
11
12
RenderWrapper.propTypes = {
0 commit comments