react-element-to-jsx-string
react-element-to-jsx-string copied to clipboard
feat(formatting): render children as function
This is copy paste of https://github.com/algolia/react-element-to-jsx-string/pull/317 since it doesn't get merged due commitlint errors. I fixed that. Thanks @DavidBabel for implementing this. I can provide support to this PR if needed.
I will fix the flow errors. But failing test is not related to this PR and local yarn run test
works without error.
Yep I don't get why it's failing on travis only
cc @Spy-Seth maybe?
Do you use the same node version as your travis build ? node_js: node # lastest
The ref/key order issue is fixed by #340. You should rebase your PR on top master 😃