Skip to content

Unclear issue after the update #15062

Answered by dragomano
dragomano asked this question in Q&A
Jan 20, 2025 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

There's really no point now – while I was trying to move everything to the sandbox, I found the reason: I needed to add $bindable to one of the props of the Pagination component:

let { start = $bindable(0), totalItems, itemsPerPage, totalVisible = 5 } = $props();

By the way, how can I test the store with localStorage in the sandbox? I'm getting an error there: Failed to read the 'localStorage' property from 'Window': The document is sandboxed and lacks the 'allow-same-origin' flag.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dragomano
Comment options

Answer selected by dragomano
@brunnerh
Comment options

@dragomano
Comment options

@dragomano
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants