-
-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tagged template function doesn't trigger rerender #2377
Comments
Should be an easy PR. If you don't want to wait, you can probably submit one yourself, otherwise, this goes further down on my TO-DO list. |
I took a stab here: ryansolid/dom-expressions#389 |
That is a prerequisite; our Translator function does not yet support template literal arguments. However, we cannot implement them in a typesafe way, see microsoft/TypeScript#33304 - so this is probably on hold for now, as we do not want to give up type safety for the benefit of being able to forgo parentheses. |
I'm not sure I follow, Alex. Are you talking about another project? Solid doesn't have a "translator function". I was just responding to the issue here, which is about tagged templates not being reactive despite involving a function call. |
I thought this was also about our solid-primitive package i18n. My bad. |
Describe the bug
No response
Your Example Website or App
https://playground.solidjs.com/anonymous/d74ac8bc-cfd4-4e03-861d-17456c31ab5e
Steps to Reproduce the Bug or Issue
No response
Expected behavior
https://playground.solidjs.com/anonymous/aa9945d4-45d1-4b1d-aa1d-7fb64e7ba92e
Screenshots or Videos
No response
Platform
Playground
Additional context
No response
The text was updated successfully, but these errors were encountered: