@lightningtv/solid
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -10,3 +10,3 @@ import { Index, createMemo, createSignal, splitProps, } from 'solid-js'; | ||
]); | ||
const [offset, setOffset] = createSignal(0); | ||
const [offset, setOffset] = createSignal(props.selected || 0); | ||
const items = createMemo(() => { | ||
@@ -13,0 +13,0 @@ if (p.each) { |
{ | ||
"name": "@lightningtv/solid", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"description": "Lightning Renderer for Solid Universal", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
169276