Last active
September 30, 2016 20:44
-
-
Save karlmikko/01910cef725f6389dc44 to your computer and use it in GitHub Desktop.
Add attributes to React
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var HTMLDOMPropertyConfig = require('react/lib/HTMLDOMPropertyConfig'); | |
HTMLDOMPropertyConfig.Properties['align'] = null; | |
HTMLDOMPropertyConfig.Properties['valign'] = null; | |
//do this prior first "require" of react |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍 ❤️