mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
try to fix reactivity
This commit is contained in:
parent
03b7be18ca
commit
5a4328ef9e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
import { writable } from "svelte/store";
|
import { writable } from "svelte/store";
|
||||||
|
|
||||||
const dispatch = createEventDispatcher();
|
const dispatch = createEventDispatcher();
|
||||||
const _selectedValues = writable(selectedValues);
|
$: _selectedValues = writable(selectedValues);
|
||||||
|
|
||||||
setContext("SelectableTileGroup", {
|
setContext("SelectableTileGroup", {
|
||||||
_light: light,
|
_light: light,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue