Skip to content

Support JSX syntax #5

@jcdixon2

Description

@jcdixon2

Here are a couple of examples. I show the error message on the specific line referenced in the error.

                <FilterFieldClearButton
                  aria-label="Clear search"
                  onClick={() => {
                    setFilterValue('');
                    setSortedColumns(getFilteredColumns(''));
                  }}
                > 
                </FilterFieldClearButton>    ****** Parse error @:287:42
function SandboxApp() {
  return (
    <App>
      <DatagridInlineRowGroup licenseKey={licenseKey} />
    </App>  ****** Parse error @:9:11
  );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions