react-remarkable icon indicating copy to clipboard operation
react-remarkable copied to clipboard

Children components

Open falcoagustin opened this issue 7 years ago • 2 comments

I am getting this when sending inner components to the Markdown, how come?

screen shot 2018-01-24 at 10 34 48 am

Obviously, theres something I'm missing in order to pass children to it, could you help me out? Appreciated! 😄

falcoagustin avatar Jan 24 '18 13:01 falcoagustin

yeah, I have similar issue: https://codesandbox.io/s/72wm5jrpvj

ghost avatar Feb 27 '19 13:02 ghost

@giorgi-m Passing it as a string won't work since the component is not even being used (you're just typing the name of the component) But you pass an array like this: https://codesandbox.io/s/cold-shadow-lwf6l it would work.

hugo-marques-m3 avatar Aug 22 '19 12:08 hugo-marques-m3