S
SolidJS2mo ago
Eatham

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.
No description
2 Replies
jer3m01
jer3m012mo ago
Your IDE is correct, you should call the expression:
...
<div>
Last User is {user()}
</div>
...
...
<div>
Last User is {user()}
</div>
...
Also I recommend checking out https://docs.solidjs.com/reference/basic-reactivity/create-resource for doing your api request
Eatham
EathamOP2mo ago
Oh yeh... my bad. Thanks Did it used to not require the brackets? I may be getting confused with another framework

Did you find this page helpful?