Skip to content

Conversation

@A-312
Copy link

@A-312 A-312 commented May 12, 2020

fix: #2

  render() {
    return (
      <div shadowSize={object = {"lol"}; React.Component('test')} shadowSize={2} shadowSize={2}>
        whatever
      </diddd>
    );
  }

Before

image

After

image

A-312 added 2 commits May 12, 2020 07:29
```
  render() {
    return (
      <div shadowSize={object = {"lol"}; React.Component('test')} shadowSize={2} shadowSize={2}>
        whatever
      </diddd>
    );
  }
```
@A-312
Copy link
Author

A-312 commented May 12, 2020

My 2nd commit work fine:

image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong syntax highlighting

1 participant