You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to insert EEx inside components, just like we do in templates?
I've only seen the option to pass opts to a dynamic component and then use string interpolation, but it looks like we can't use EEx inside a component, right?
Is there a way to insert EEx inside components, just like we do in templates?
I've only seen the option to pass
optsto a dynamic component and then use string interpolation, but it looks like we can't use EEx inside a component, right?