export `childrenToArray`
coot opened this issue · 2 comments
coot commented
In a library I created a functional react component which has access to context, and I need to use childrenToArray (https://github.com/coot/purescript-react-redox/blob/master/src/React/Redox.purs#L223). Would it be fine to export it.
I found a way to use createClassStateless but in a dynamic way which forces re-mounts.
ethul commented
I don't see a problem exporting this function.
…On Thu, Jul 27, 2017 at 04:52 Coot ***@***.***> wrote:
In a library I created a functional react component which has access to
context, and I need to use childrenToArray (
https://github.com/coot/purescript-react-redox/blob/master/src/React/Redox.purs#L223).
Would it be fine to export it.
I found a way to use createClassStateless but in a dynamic way which
forces re-mounts.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#107>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVYy-NrP-SXmlywqgEwskbBKL2tmYklks5sSF3mgaJpZM4OlDIr>
.
paf31 commented
Yeah, seems fine.