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
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
Any idea how to set a constant scope ID for the CSS? I noticed a new scope id is generated everytime for a scoped style, I would like a system to set a constant scopeId so that the same value is used for every build.
Any idea how to set a constant scope ID for the CSS? I noticed a new scope id is generated everytime for a scoped style, I would like a system to set a constant scopeId so that the same value is used for every build.
<Style scopeId={12345} scoped={false} styles={[style1, style2]}> </style>The text was updated successfully, but these errors were encountered: