I have a function in a +page.js file that return { props { data } }. Data is an array. However when I try to use it in svelte with
export let data
It says that it’s not an array
What should I do ?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a function in a +page.js file that return { props { data } }. Data is an array. However when I try to use it in svelte with
export let data
It says that it’s not an array
What should I do ?