@melt-ui/svelte
Advanced tools
Comparing version 0.39.0 to 0.39.1
@@ -66,3 +66,3 @@ import { createLabel, createSeparator } from '../index.js'; | ||
} | ||
return $selected === value; | ||
return $selected?.value === value; | ||
}; | ||
@@ -69,0 +69,0 @@ }); |
{ | ||
"name": "@melt-ui/svelte", | ||
"version": "0.39.0", | ||
"version": "0.39.1", | ||
"license": "MIT", | ||
@@ -85,3 +85,3 @@ "exports": { | ||
"eslint-plugin-storybook": "^0.6.13", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
"eslint-plugin-svelte": "^2.33.0", | ||
"glob": "^9.3.2", | ||
@@ -88,0 +88,0 @@ "happy-dom": "^10.5.2", |
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
591418