-
Please let me know what has changed if pagination was working up to version 5.17.0 inclusive, and then stopped working (from 5.17.1 to 5.19.0)? The source code of the components has not changed. Example of working pagination: https://demo.dragomano.ru/index.php?page=olsonchester Source code of the components: https://github.com/dragomano/Light-Portal/tree/master/resources/components/comments Playground: https://svelte.dev/playground/ea23323705394c998b28d5ed5c622366?version=5.19.0 |
Beta Was this translation helpful? Give feedback.
Answered by
dragomano
Jan 20, 2025
Replies: 1 comment 4 replies
-
Can you isolate the issue in a playground example? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: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.