You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used in shadowDOM for chrome extension to keep the markup structure, style, and behavior hidden and separate from other code on the page so that different parts do not clash, and the code can be kept nice and clean。
I used in shadowDOM for chrome extension to keep the markup structure, style, and behavior hidden and separate from other code on the page so that different parts do not clash, and the code can be kept nice and clean。
but now it can not working, here is a reproduction link:
https://codesandbox.io/s/angry-rhodes-9hxmg6?file=/src/index.js
The text was updated successfully, but these errors were encountered: