@chakra-ui/react-context
Advanced tools
Comparing version 0.0.0-dev-20230112154520 to 0.0.0-dev-20230320183136
@@ -36,5 +36,6 @@ "use strict"; | ||
providerName = "Provider", | ||
errorMessage | ||
errorMessage, | ||
defaultValue | ||
} = options; | ||
const Context = (0, import_react.createContext)(void 0); | ||
const Context = (0, import_react.createContext)(defaultValue); | ||
Context.displayName = name; | ||
@@ -41,0 +42,0 @@ function useContext() { |
{ | ||
"name": "@chakra-ui/react-context", | ||
"version": "0.0.0-dev-20230112154520", | ||
"version": "0.0.0-dev-20230320183136", | ||
"description": "", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"react": "^18.0.0", | ||
"clean-package": "2.1.1" | ||
"clean-package": "2.2.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "clean-package": "../../../clean-package.config.json", |
Sorry, the diff of this file is not supported yet
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
6443
110