We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18c557 commit 7f75bd8Copy full SHA for 7f75bd8
lib/attributes-to-props.js
@@ -5,7 +5,7 @@ var utilities = require('./utilities');
5
* Converts HTML/SVG DOM attributes to React props.
6
*
7
* @param {object} [attributes={}] - HTML/SVG DOM attributes.
8
- * @param {string} [nodeName] - DOM node.
+ * @param {string} [nodeName] - DOM node name. Help's to have smarter behavior while converting DOM attributes to props.
9
* @returns - React props.
10
*/
11
module.exports = function attributesToProps(attributes, nodeName) {
0 commit comments