dawita
dawita
Hi, here is my proposal; for 2 Rnds for now - some issue with more than 2 - i suspect issue with the loop. https://codesandbox.io/s/react-rnd-test-lcp7b Call this method whenever you...
I am in a JS project so I converted the control to JS version..(removed types etc). The quote is from doing JSON.stringify(children). For testing purposes ...to see what kind of...
@hetmann this seems to solve the issue for now. ``` {typeof props.children === 'object' ? props.children.children : props.children} ```
@tech-no-logical thanks for the post. Can you show how this is used with the template? ` `