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 f2f17a4 commit 7dadd08Copy full SHA for 7dadd08
src/core/siteplugins/providers/siteplugins.ts
@@ -164,7 +164,7 @@ export class CoreSitePluginsProvider {
164
165
if (initResult) {
166
// First of all, add the data returned by the init JS (if any).
167
- data = this.utils.clone(initResult.jsResult || {});
+ data = Object.assign({}, initResult.jsResult || {});
168
if (typeof data == 'boolean') {
169
data = {};
170
}
0 commit comments