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

shadowroot has been depricated need to update with shadowrootmode in template element #155

Closed VinayKrMittal closed 1 year ago

VinayKrMittal commented 1 year ago

In Declarative shadow dom (DSD) shadowroot has been depricated need to update with shadowrootmode.

Reference :- https://chromestatus.com/feature/6239658726391808

VinayKrMittal commented 1 year ago

MR for fix :- https://github.com/Wildhoney/ReactShadow/pull/156

@Wildhoney Please Review and Merge this.

VinayKrMittal commented 1 year ago

Fix has been merged in master. closing this.