bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

Style editor doesn't support single quotes for string values #377

Closed bvaughn closed 5 years ago

bvaughn commented 5 years ago

e.g. "300" works but '300' shows as invalid and won't apply

bvaughn commented 5 years ago

Fixed in 024bac4

bvaughn commented 5 years ago

v4.0.3 has just been released with this fix.

Full changelog: https://github.com/facebook/react/blob/master/packages/react-devtools/CHANGELOG.md#403-august-17-2019