@reach/component-component
Advanced tools
Comparing version 0.4.0-beta.0 to 0.4.0
{ | ||
"name": "@reach/component-component", | ||
"version": "0.4.0-beta.0", | ||
"version": "0.4.0", | ||
"description": "Declarative React Component Definitions", | ||
@@ -8,6 +8,5 @@ "main": "index.js", | ||
"scripts": { | ||
"build": "node ../../shared/build-package", | ||
"lint": "eslint . --max-warnings=0" | ||
"build": "node ../../shared/build-package" | ||
}, | ||
"author": "Ryan Florence <@ryanflorence>", | ||
"author": "React Training <hello@reacttraining.com>", | ||
"license": "MIT", | ||
@@ -22,4 +21,4 @@ "dependencies": { | ||
"devDependencies": { | ||
"react": "^16.8.0", | ||
"react-test-renderer": "^16.8.0" | ||
"react": "^16.10.2", | ||
"react-test-renderer": "^16.10.2" | ||
}, | ||
@@ -33,3 +32,3 @@ "files": [ | ||
], | ||
"gitHead": "f8b2458e7f6d77300a65c2e02b75a5a1a41713a1" | ||
"gitHead": "0f3d2c7e530cd80e1d1bd338182ac89a3ba23999" | ||
} |
@@ -133,3 +133,3 @@ import React from "react"; | ||
<Component initialState={{ goodAtTesting: false }}> | ||
{({ state, setState }) => ( | ||
{({ setState }) => ( | ||
<div> | ||
@@ -136,0 +136,0 @@ <button |
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
27426