Comparing version 5.44.2 to 5.44.3
@@ -38,3 +38,3 @@ import _regeneratorRuntime from "@babel/runtime/helpers/esm/regeneratorRuntime"; | ||
function legacyRender(node, container) { | ||
reactRender(node, container); | ||
reactRender === null || reactRender === void 0 || reactRender(node, container); | ||
} | ||
@@ -41,0 +41,0 @@ |
@@ -49,3 +49,3 @@ "use strict"; | ||
function legacyRender(node, container) { | ||
reactRender(node, container); | ||
reactRender === null || reactRender === void 0 || reactRender(node, container); | ||
} | ||
@@ -52,0 +52,0 @@ |
{ | ||
"name": "rc-util", | ||
"version": "5.44.2", | ||
"version": "5.44.3", | ||
"description": "Common Utils For React Component", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"prepare": "husky install", | ||
"prepublishOnly": "npm run compile ", | ||
"prepublishOnly": "npm run compile && np --yolo --no-publish", | ||
"start": "dumi dev", | ||
@@ -70,4 +70,4 @@ "test": "rc-test" | ||
"react": "^18.0.0", | ||
"react-19": "npm:react@19.0.0", | ||
"react-dom": "^18.0.0", | ||
"react-19": "npm:react@19.0.0", | ||
"react-dom-19": "npm:react-dom@19.0.0", | ||
@@ -74,0 +74,0 @@ "typescript": "^5.3.2" |
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
243229