@mjhls/mjh-framework 1.0.993-topelement-v1 → 1.0.993-topelement-v2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Schema.js +1 -1
- package/dist/esm/Schema.js +1 -1
- package/package.json +1 -1
package/dist/cjs/Schema.js
CHANGED
|
@@ -96,7 +96,7 @@ function generateSchema(props) {
|
|
|
96
96
|
|
|
97
97
|
var Schema = function Schema(props) {
|
|
98
98
|
console.log("props schema==>", props);
|
|
99
|
-
return
|
|
99
|
+
return React__default["default"].createElement('script', { type: 'application/ld+json', dangerouslySetInnerHTML: { __html: stringify._JSON$stringify(generateSchema(props)) } });
|
|
100
100
|
};
|
|
101
101
|
|
|
102
102
|
module.exports = Schema;
|
package/dist/esm/Schema.js
CHANGED
|
@@ -90,7 +90,7 @@ function generateSchema(props) {
|
|
|
90
90
|
|
|
91
91
|
var Schema = function Schema(props) {
|
|
92
92
|
console.log("props schema==>", props);
|
|
93
|
-
return
|
|
93
|
+
return React__default.createElement('script', { type: 'application/ld+json', dangerouslySetInnerHTML: { __html: _JSON$stringify(generateSchema(props)) } });
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
export { Schema as default };
|