Replies: 2 comments
-
I'm not sure if this is expected behavior or not, but you could work around it like this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok.. yeah I don't think this isn't in our heuristic... can you report this as an issue? We should see tagged template literals as function calls. So JSX isn't wrapping the expression. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've run into an issue with Solid.js where tagged templates don't seem to rerun on signal updates. Here's a brief example:
The first
<p>{unitCount(["s"])}</p>
updates as expected, but<p>{unitCount`s`}</p>
does not update after the initial render. Is this expected behavior in Solid.js? How can I get tagged templates to react to signal updates?Beta Was this translation helpful? Give feedback.
All reactions