TypeError: Cannot read property 'name' of undefined in jsx-no-target-blank #1296
Closed
Description
opened on Jul 12, 2017
I'm getting this error after upgrading react-scripts
to the latest version. Example code:
<a target="_blank" rel="noreferrer noopener" href="https://www.example.com">
The source line from the error is line 28, where it does attr.name.name
.
Activity