Skip to content

Conversation

RyanCavanaugh
Copy link
Member

Fixes #4093

We weren't wiring up the closing tags to their corresponding symbols.

This does have a side effect of causing "name not found" errors on closing tags that will always match the opening tag names. We could probably fix this if it's problematic, but would require plumbing through another boolean fairly deep into the core identifier resolution functions.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linter save us

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought I removed this 😢

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is unfortunate that we report the same error twice.

@mhegazy
Copy link
Contributor

mhegazy commented Aug 6, 2015

👍

RyanCavanaugh added a commit that referenced this pull request Aug 6, 2015
Fixes renaming not affecting JSX closing tags (#4093)
@RyanCavanaugh RyanCavanaugh merged commit 085f0df into microsoft:master Aug 6, 2015
@RyanCavanaugh RyanCavanaugh deleted the renameClosingTags branch August 6, 2015 22:42
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JSX element renaming issues

5 participants