We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ab821 commit d9c92d5Copy full SHA for d9c92d5
examples/css-in-js/next-15/next.config.ts
@@ -1,7 +1,7 @@
1
import type { NextConfig } from 'next';
2
3
const config: NextConfig = {
4
- // compiler: { styledComponents: true },
+ compiler: { styledComponents: true },
5
env: { SC_DISABLE_SPEEDY: 'false' },
6
};
7
examples/styled-components/next-app-router/src/app/registry.tsx
@@ -1,6 +1,6 @@
'use client';
-import { useCallback, useState, useSyncExternalStore } from 'react';
+import { useState } from 'react';
import { useServerInsertedHTML } from 'next/navigation';
import { ServerStyleSheet, StyleSheetManager } from 'styled-components';
0 commit comments