@react-stately/tree
Advanced tools
Comparing version 3.0.0-nightly.981 to 3.0.0-nightly.985
@@ -132,3 +132,3 @@ var { | ||
expandedKeys | ||
})); // Reset focused key if that item is deleted from the collection. | ||
}), null, [expandedKeys]); // Reset focused key if that item is deleted from the collection. | ||
@@ -135,0 +135,0 @@ useEffect(() => { |
@@ -118,3 +118,3 @@ import { useControlledState } from "@react-stately/utils"; | ||
expandedKeys | ||
})); // Reset focused key if that item is deleted from the collection. | ||
}), null, [expandedKeys]); // Reset focused key if that item is deleted from the collection. | ||
@@ -121,0 +121,0 @@ useEffect(() => { |
{ | ||
"name": "@react-stately/tree", | ||
"version": "3.0.0-nightly.981+e066b675", | ||
"version": "3.0.0-nightly.985+887fff79", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,6 +21,6 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-stately/collections": "3.0.0-nightly.981+e066b675", | ||
"@react-stately/selection": "3.0.0-nightly.981+e066b675", | ||
"@react-stately/utils": "3.0.0-nightly.981+e066b675", | ||
"@react-types/shared": "3.0.0-nightly.981+e066b675" | ||
"@react-stately/collections": "3.0.0-nightly.985+887fff79", | ||
"@react-stately/selection": "3.0.0-nightly.985+887fff79", | ||
"@react-stately/utils": "3.0.0-nightly.985+887fff79", | ||
"@react-types/shared": "3.0.0-nightly.985+887fff79" | ||
}, | ||
@@ -33,3 +33,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "e066b675c123776d4cac96595143b6d3a96f8fc6" | ||
"gitHead": "887fff79e8f33c0f8953dc38955419feddd56b6a" | ||
} |
@@ -54,3 +54,3 @@ /* | ||
let tree = useCollection(props, nodes => new TreeCollection(nodes, {expandedKeys})); | ||
let tree = useCollection(props, nodes => new TreeCollection(nodes, {expandedKeys}), null, [expandedKeys]); | ||
@@ -57,0 +57,0 @@ // Reset focused key if that item is deleted from the collection. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
49720