Skip to content

Conversation

@nhunzaker
Copy link
Contributor

This PR updates the attribute table with the latest behavior on master. Working on fixes for symbols and functions, I noticed that a lot of boolean attributes correctly warn now, where they didn't on React stable.

I want to merge an updated table so that it's easier to determine the effects of my changes in #13394

@nhunzaker nhunzaker force-pushed the nh-update-attribute-table branch from 0795acd to 5a4d34d Compare August 16, 2018 20:35
| `value=(symbol)`| (changed, error, warning, ssr error)| `` |
| `value=(function)`| (changed, warning, ssr warning)| `"function f() {}"` |
| `value=(symbol)`| (initial, warning, ssr error, ssr mismatch)| `<empty string>` |
| `value=(function)`| (initial, warning, ssr mismatch)| `<empty string>` |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are fixed in #13394

@nhunzaker nhunzaker merged commit 146c9fb into facebook:master Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants