`xyz` is not a function
Hi,
I'm new to Solid/SolidStart and trying to play with prisma.
I have the following code:
But I get the error:
There's no line 27, but clearly it does not like the fact I call
users()
. But it should be following the examples on https://start.solidjs.com/core-concepts/data-loadingSolidStart Beta Docuentation
SolidStart Beta Documentation
Early release documentation and resources for SolidStart Beta
1 Reply
Mmmh okay we MUST call it
routeData
to make the magic works 🙂
I didn't know it was a naming convention !