This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270774 - Syntax checker for JSX shows error when setting the style attribute in a JSX file.
Summary: Syntax checker for JSX shows error when setting the style attribute in a JSX ...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2017-05-31 04:18 UTC by stuart.simpson
Modified: 2017-05-31 04:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (68.97 KB, text/plain)
2017-05-31 04:18 UTC, stuart.simpson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stuart.simpson 2017-05-31 04:18:32 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_102
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.102-b14

Reproducibility: Happens every time

    render() {
        return (
                  <div>
                    <div style={style.headerStyle}><h2>Name</h2></div>
               </div>
             );
   }
Comment 1 stuart.simpson 2017-05-31 04:18:36 UTC
Created attachment 164441 [details]
IDE log