@melt-ui/svelte
Advanced tools
Comparing version 0.39.3 to 0.39.4
@@ -160,3 +160,3 @@ import { useEscapeKeydown, usePopper } from '../../internal/actions/index.js'; | ||
const isSelected = derived([selected], ([$value]) => { | ||
return (item) => $value === item; | ||
return (item) => deepEqual($value?.value, item); | ||
}); | ||
@@ -163,0 +163,0 @@ /** -------- */ |
{ | ||
"name": "@melt-ui/svelte", | ||
"version": "0.39.3", | ||
"version": "0.39.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
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
591530