Replies: 1 comment
-
I think its more a JSX issue. A JSX |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
When I use bigint value for createSignal, It cannot be rendered directly : I should wrap it like this
{String(someValue())}
instead of{someValue()}
.Is it intended behavior or bug ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions