react-ronin
Advanced tools
Comparing version 2.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.2 to 2.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.3
@@ -34,7 +34,7 @@ import React, {} from "react"; | ||
const RenderingElement = Element; | ||
return RenderingElement ? (React.createElement(RenderingElement, { ...attributes, key: "rendering" + position }, final)) : (final); | ||
return RenderingElement ? (React.createElement(RenderingElement, { ...attributes, key: "rendering" + String(position) }, final)) : (final); | ||
}, item.text); | ||
} | ||
let Element = null; | ||
let children = item.content ? (React.createElement(RichText, { data: item.content, components: components, key: "rich-text" + position })) : null; | ||
let children = item.content ? (React.createElement(RichText, { data: item.content, components: components, key: "rich-text" + String(position) })) : null; | ||
let language = "plaintext"; | ||
@@ -41,0 +41,0 @@ switch (item.type) { |
{ | ||
"name": "react-ronin", | ||
"version": "2.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.2", | ||
"version": "2.2.9-dependabot-npm-and-yarn-all-634fb9e241-experimental.3", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28052