Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
eglove
Posts
Comments
S
SolidJS
•
Created by eglove on 7/26/2024 in
#support
Make the child of a memoized component reactive
"Without the brackets. Then you would be returning a function which would also be reactive." This makes this make sense. Thanks!
4 replies
S
SolidJS
•
Created by eglove on 7/26/2024 in
#support
Make the child of a memoized component reactive
It looks like this fixes it. Change this:
return currentMillis();
To this:
return <>{currentMillis()}</>;
4 replies