Matt Lane
Matt Lane
Here's another one! ```jsx compile("{\`{hi}\`}") // SyntaxError: unknown: Unexpected token (1:8) // > 1 | {{{0}}} ```
Hey @christianalfoni, Congratulations! I can't speak to @Stanley-Jovel, but I'm just trying to escape the curly braces so that the children just get evaluated as a string.
Hey @christianalfoni ! Sorry for the extreme delay. I ended up using a workaround by passing down a prop rather than using the children, but I'm circling back to this...