@react-aria/table
Advanced tools
Comparing version 3.0.0-nightly.2399 to 3.0.0-nightly.2401
@@ -480,3 +480,3 @@ var { | ||
while (key) { | ||
while (key != null) { | ||
let item = collection.getItem(key); // Check each of the row header cells in this row for a match | ||
@@ -483,0 +483,0 @@ |
@@ -449,3 +449,3 @@ import { focusSafely, getFocusableTreeWalker } from "@react-aria/focus"; | ||
while (key) { | ||
while (key != null) { | ||
let item = collection.getItem(key); // Check each of the row header cells in this row for a match | ||
@@ -452,0 +452,0 @@ |
{ | ||
"name": "@react-aria/table", | ||
"version": "3.0.0-nightly.2399+9ea19f27", | ||
"version": "3.0.0-nightly.2401+61d8633a", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,13 +21,13 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/focus": "3.0.0-nightly.721+9ea19f27", | ||
"@react-aria/i18n": "3.0.0-nightly.721+9ea19f27", | ||
"@react-aria/interactions": "3.0.0-nightly.721+9ea19f27", | ||
"@react-aria/selection": "3.0.0-nightly.721+9ea19f27", | ||
"@react-aria/utils": "3.0.0-nightly.721+9ea19f27", | ||
"@react-stately/collections": "3.0.0-nightly.721+9ea19f27", | ||
"@react-stately/table": "3.0.0-nightly.2399+9ea19f27", | ||
"@react-stately/virtualizer": "3.1.2-nightly.2399+9ea19f27", | ||
"@react-types/checkbox": "3.0.0-nightly.721+9ea19f27", | ||
"@react-types/shared": "3.0.0-nightly.721+9ea19f27", | ||
"@react-types/table": "3.0.0-nightly.2399+9ea19f27" | ||
"@react-aria/focus": "3.0.0-nightly.723+61d8633a", | ||
"@react-aria/i18n": "3.0.0-nightly.723+61d8633a", | ||
"@react-aria/interactions": "3.0.0-nightly.723+61d8633a", | ||
"@react-aria/selection": "3.0.0-nightly.723+61d8633a", | ||
"@react-aria/utils": "3.0.0-nightly.723+61d8633a", | ||
"@react-stately/collections": "3.0.0-nightly.723+61d8633a", | ||
"@react-stately/table": "3.0.0-nightly.2401+61d8633a", | ||
"@react-stately/virtualizer": "3.1.2-nightly.2401+61d8633a", | ||
"@react-types/checkbox": "3.0.0-nightly.723+61d8633a", | ||
"@react-types/shared": "3.0.0-nightly.723+61d8633a", | ||
"@react-types/table": "3.0.0-nightly.2401+61d8633a" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9ea19f27094de2e414b4bde65c90e6cfefbccfcc" | ||
"gitHead": "61d8633a588d2603c84651e81ccdefb50f1bdff9" | ||
} |
@@ -408,3 +408,3 @@ /* | ||
let hasWrapped = false; | ||
while (key) { | ||
while (key != null) { | ||
let item = collection.getItem(key); | ||
@@ -411,0 +411,0 @@ |
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
190702