SvelteKit: Can’t access props in data in +page.svelte
I am working on a SvelteKit application where I need to display the details of an article from an external API. I’m using a load
function to fetch the article data, but I’m encountering an issue with infinite loading of the data, and the values seem not to propagate properly into the Svelte component.