Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 227 Bytes

File metadata and controls

8 lines (6 loc) · 227 Bytes

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>