Skip to content

Function calls in spread attributes #62

Description

@rraval

Try Coffee-React Link

This compiles properly:

<div {...@props.func(a,b)} />

This does not (note the offending space between the a, and b):

<div {...@props.func(a, b)} />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions