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 f73b484 commit edd667eCopy full SHA for edd667e
src/index.js
@@ -44,10 +44,10 @@ let falsey = v => v==null || v===false;
44
* @name render
45
* @function
46
* @param {VNode} vnode JSX VNode to render.
47
+ * @param {Object} [context={}] Optionally pass an initial context object through the render path.
48
* @param {Object} [options={}] Rendering options
49
* @param {Boolean} [options.shallow=false] If `true`, renders nested Components as HTML elements (`<Foo a="b" />`).
50
* @param {Boolean} [options.xml=false] If `true`, uses self-closing tags for elements without children.
- * @param {Object} [context={}] Optionally pass an initial context object through the render path.
51
*/
52
renderToString.render = renderToString;
53
0 commit comments