Fork me on GitHub
#om
<
2017-06-28
>
luis.cornejo04:06:55

for om.next, when using ui (for defining the anonymous component) does it necessarily have to be inline or can I assign it to a variable as when one would use defui NameOfComponent then om/factory to find it? I can't figure if that is possible from the docs or searching around.

luis.cornejo04:06:15

I ask because when using defui and using that variable it breaks some behavior on subcomponents that the custom component relies on but breaks the interaction by introducing the custom component in the DOM and the parent component doesn't expect custom components wrapping expected children Specifically, I am using cljs-react-material-ui.core to define a table, but when it comes to the table row with its row columns I would like that in as a separate component that returns the (table-row (table-row-column my-let-var-with-value)), but this breaks the check box behavior from http://www.material-ui.com/#/components/table

luis.cornejo06:06:17

It actually looks like wrapping the anonymous component still introduces a node, anybody know of a om.next or something in React that would create the component as an html comment (or something that doesn't get injected into the Dom) as to not interfere with functionality of libraries that relies on certain node structure? I seem to recall Angular was able to accomplish this with a special comment node for delimiting a component?

levitanong15:06:00

Hi all, are there any times when a remote send won’t happen even if a remote key in a read has an ast?