clear rawValue from JSX attribute values as they're tokenised and parsed differently - fixes #2114

This commit is contained in:
Sebastian McKenzie
2015-07-29 16:15:47 +01:00
parent 4945b8e6f6
commit ffee5615e4
11 changed files with 199 additions and 23 deletions

View File

@@ -147,7 +147,7 @@
}
},
"value": "bar",
"rawValue": "bar",
"rawValue": null,
"raw": "\"bar\""
}
}