You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then if there is more than one attribute on an element, they will render on their own line. Note: Objects passed as attribute values are always rendered
113
113
on multiple lines
114
114
115
+
**options.sortProps: boolean, default true**
116
+
117
+
Either to sort or not props. If you use this lib to make some isomorphic rendering you should set it to false, otherwise this would lead to react invalid checksums as the prop order is part of react isomorphic checksum algorithm.
118
+
115
119
## Environment requirements
116
120
117
121
The environment you use to use `react-element-to-jsx-string` should have [ES2015](https://babeljs.io/learn-es2015/) support.
0 commit comments