-
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.
Replies: 1 comment 4 replies
-
Can you isolate the issue in a playground example? |
Beta Was this translation helpful? Give feedback.
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.