Fix blog post content about DOM Attributes

This commit is contained in:
Nik Graf
2017-10-10 23:19:45 +02:00
committed by GitHub
parent 8104937d83
commit 524ffef6cf

View File

@@ -163,7 +163,7 @@ Below is a detailed list of them.
```
React 15: Converts `NaN`s to strings and passes them through.
React 16: Warns and ignores them.
React 16: Converts `NaN`s to strings and warns about them.
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.