eglove
eglove
SSolidJS
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
SSolidJS
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