From 35c88ffab4f2c30c436ed2c843862ece26d274d3 Mon Sep 17 00:00:00 2001 From: okbel Date: Mon, 18 Dec 2017 15:21:02 -0300 Subject: [PATCH] spreading the rest first --- plugin-api/beta/client/hocs/withTags.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-api/beta/client/hocs/withTags.js b/plugin-api/beta/client/hocs/withTags.js index 14ae4fcf4..3edc66824 100644 --- a/plugin-api/beta/client/hocs/withTags.js +++ b/plugin-api/beta/client/hocs/withTags.js @@ -92,6 +92,7 @@ export default (tag, options = {}) => hoistStatics((WrappedComponent) => { const alreadyTagged = isTagged(comment.tags, TAG); return hoistStatics((WrappedComponent) => { postTag={this.postTag} deleteTag={this.deleteTag} config={config} - {...rest} />; } }