gatsby-plugin-react-redux
Advanced tools
Comparing version
@@ -55,3 +55,3 @@ "use strict"; | ||
dangerouslySetInnerHTML: { | ||
__html: "window['" + options.windowKey + "'] = " + (isJSON ? "JSON.parse('" + serializedState + "')" : "Function('return \\'" + serializedState + "\\';')()") | ||
__html: "window['" + options.windowKey + "'] = " + (isJSON ? "JSON.parse('" + serializedState + "')" : "eval('(" + serializedState + ")')") | ||
} | ||
@@ -58,0 +58,0 @@ })]); |
{ | ||
"name": "gatsby-plugin-react-redux", | ||
"version": "1.1.0-beta.1", | ||
"version": "1.1.0-beta.2", | ||
"description": "Gatsby plugin for React-Redux with built-in server-side rendering support", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
12168
-0.15%