react-lazy-hydration icon indicating copy to clipboard operation
react-lazy-hydration copied to clipboard

feat: allow for dynamic tag other than div

Open ScriptedAlchemy opened this issue 2 years ago • 0 comments

This would allow for use inside SVGs that are JSX where something like <g> or <path> could be SSR only while still allowing the parent <SVG> tags to receive new props like viewbox, height, classes

ScriptedAlchemy avatar Dec 09 '21 19:12 ScriptedAlchemy