Wildhoney / ReactShadow

:beginner: Utilise Shadow DOM in React with all the benefits of style encapsulation.
https://react-shadow.herokuapp.com/
MIT License
1.29k stars 80 forks source link

[Fix- #155 ] shadowroot to shadowrootmode in DSD #156

Closed VinayKrMittal closed 1 year ago

VinayKrMittal commented 1 year ago

Fix for https://github.com/Wildhoney/ReactShadow/issues/155

In DSD shadowroot has been depricated and replaced with shadowrootmode

Wildhoney commented 1 year ago

Thanks! Perhaps we need both attrs in the meantime before it’s better supported?

VinayKrMittal commented 1 year ago

@Wildhoney Right!, we have to keep both the attributes. I have updated the MR , Please Merge this.