-
Notifications
You must be signed in to change notification settings - Fork 6
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
String Interpolation Issues #69
Comments
Have you tried putting the key in backticks?
|
I think this might be a syntax error. The backticked expression should be in square brackets. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Object_initializer#Computed_property_names |
I'm going to close this, since it turns out to be a syntax error in the original javascript. |
Sounds good. Thanks for the followup everyone. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The client has an issue accepting the following string interpolation:
projectPreferences.update({preferences.tutorials_completed_at.${this.props.tutorial.id}: now});
This came up in a ZRC PR.
The text was updated successfully, but these errors were encountered: