Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba523eb

Browse files
committed
fix(styled-components): remove seal
1 parent 71eb9f1 commit ba523eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/smooth-plugin-styled-components/src/smooth-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export function onRenderBody({ setHeadComponents, pathname }) {
3333
if (sheet) {
3434
setHeadComponents([sheet.getStyleElement()])
3535
sheetByPathname.delete(pathname)
36-
sheet.seal()
3736

3837
// Prevent cache bugs
3938
if (process.env.NODE_ENV !== 'production') {

0 commit comments

Comments
 (0)