Skip to content

Commit 29cd12a

Browse files
authored
Merge pull request reactjs#126 from nikgraf/patch-1
Fix blog post content about DOM Attributes
2 parents e85d9fc + 8c04bfc commit 29cd12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/2017-09-08-dom-attributes-in-react-16.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Below is a detailed list of them.
163163
```
164164

165165
React 15: Converts `NaN`s to strings and passes them through.
166-
React 16: Warns and ignores them.
166+
React 16: Converts `NaN`s to strings and passes them through with a warning.
167167

168168
While testing this release, we have also [created an automatically generated table](https://github.com/facebook/react/blob/master/fixtures/attribute-behavior/AttributeTableSnapshot.md) for all known attributes to track potential regressions.
169169

0 commit comments

Comments
 (0)