acornjs / acorn-jsx

Alternative, faster React.js JSX parser
MIT License
648 stars 72 forks source link

Object spread regression after `5.1.0` #104

Open JounQin opened 4 years ago

JounQin commented 4 years ago

It seems 5.1.0 breaking usage of <div {...props}></div>? @karellm @mysticatea @marijnh @RReverser Downgrading to 5.0.1 works to me.