@react-stately/virtualizer
Advanced tools
Comparing version 3.1.3-nightly.2595 to 3.1.3-nightly.2600
@@ -1340,3 +1340,3 @@ var { | ||
let finalAnchor = ((_context$transaction = context.transaction) == null ? void 0 : _context$transaction.animated) ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key); | ||
let finalAnchor = (_context$transaction = context.transaction) != null && _context$transaction.animated ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key); | ||
@@ -1343,0 +1343,0 @@ if (finalAnchor) { |
@@ -1318,3 +1318,3 @@ import { useLayoutEffect } from "@react-aria/utils"; | ||
let finalAnchor = ((_context$transaction = context.transaction) == null ? void 0 : _context$transaction.animated) ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key); | ||
let finalAnchor = (_context$transaction = context.transaction) != null && _context$transaction.animated ? context.transaction.finalMap.get(scrollAnchor.key) : this.layout.getLayoutInfo(scrollAnchor.layoutInfo.key); | ||
@@ -1321,0 +1321,0 @@ if (finalAnchor) { |
{ | ||
"name": "@react-stately/virtualizer", | ||
"version": "3.1.3-nightly.2595+0707851b", | ||
"version": "3.1.3-nightly.2600+3f4563ab", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,4 +21,4 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/utils": "3.0.0-nightly.917+0707851b", | ||
"@react-types/shared": "3.0.0-nightly.917+0707851b" | ||
"@react-aria/utils": "3.0.0-nightly.922+3f4563ab", | ||
"@react-types/shared": "3.0.0-nightly.922+3f4563ab" | ||
}, | ||
@@ -31,3 +31,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "0707851bbff541c10e21c5b1c5fe10afb08f3301" | ||
"gitHead": "3f4563ab05cde3d73dc222da1b9af2fc707358c8" | ||
} |
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
441197