I would like something like that ``` import Sprite from "../../../public/sprite.svg"; const page = () => { return ( <div> <Sprite /> <svg> <use href={`#like`} /> </svg> </div> ); }; ``` But this doesn't work
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Karina1703 and has received 2 comments.