mohitk05 / react-insta-stories

A React component for Instagram like stories
https://mohitk05.github.io/react-insta-stories/
MIT License
1.37k stars 247 forks source link

Is there a way to "inherit" from the default renderers in my custom renderer? #280

Open Kushagra-0801 opened 1 year ago

Kushagra-0801 commented 1 year ago

Hi

I want to add some custom stuff (an extra sibling div, to be exact) and leave the actual image/video rendering as is. Is there a way to do it which isn't copy pasting the code for the two renderers into my own?