@arc-fusion/components
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
{ | ||
"name": "@arc-fusion/components", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "", | ||
"main": "src/components/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "npm publish", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -9,0 +10,0 @@ "author": "", |
@@ -7,3 +7,3 @@ 'use strict' | ||
const { useComponentContext, useFusionContext } = require('./context') | ||
const { useEditableContent } = require('./_shared/local-edits') | ||
const { useEditableContent } = require('./utils/local-edits') | ||
@@ -10,0 +10,0 @@ const { getComponentName, isClassComponent, isFunction } = require('../utils') |
@@ -7,3 +7,3 @@ 'use strict' | ||
const ContextHOC = ({ children, render, ...props }) => { | ||
const context = useHook() | ||
const context = useHook(props) | ||
@@ -10,0 +10,0 @@ const childArray = [].concat(render || children || []) |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
19724
2