Jetbrains IntelliSense doesn't work
I am trying to use signals within my code but I get an error for no reason. I am assuming there is something that I haven't configured. Or maybe a vite issue...
The site runs fine.
2 Replies
Your IDE is correct, you should call the expression:
Also I recommend checking out https://docs.solidjs.com/reference/basic-reactivity/create-resource for doing your api request
Oh yeh... my bad. Thanks
Did it used to not require the brackets? I may be getting confused with another framework