-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
JSX - Nested objects inside props #2598
Copy link
Copy link
Closed
Description
Information
- Language: JSX
- Plugins: None
Description
Nested objects inside attributes/props in JSX seems to break the syntax highlighting. Based on reading some other issues it seems like maybe this is not something that would be supported, but thought I would just confirm that this is the case.
Code snippet
The code being highlighted incorrectly.
<Component one={{ two: { three: {} } }} />
Screenshot
Reactions are currently unavailable

