Svelte RenderComponent
Hi, I am rendering fine another component inside a cell in my table
I am struggling trying to figure out how to render another component inside the same cell. Anyone has an example? Thanks
2 Replies
exotic-emerald•2y ago
TokenLogo component should take childre prop which is a React Node. It need to render inside TokenLogo component
other-emeraldOP•2y ago
thanks