You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm all for the conciseness, only downside would be that it might require an extra Babel plugin and the propsName option was to have support for object keys that include a dash. { 'full-name': 'John Snow' } and then in the template one could still do props['full-name'].
It'd be nice if the generated function used object destructuring instead of local variable declarators:
The text was updated successfully, but these errors were encountered: