cssinjs icon indicating copy to clipboard operation
cssinjs copied to clipboard

feat: extract style node to support Next.js _document.tsx render style tags

Open Chastrlove opened this issue 3 years ago • 0 comments

Next.js ssr分离style时不允许直接使用extractStyle中提供的string类型的styles, 需要以react elements的形式定义。目前存在的都是hack写法:例如https://github.com/ant-design/ant-design/issues/38767#issuecomment-1350362026

rel: https://github.com/ant-design/ant-design/issues/39891 、https://github.com/ant-design/ant-design/issues/39885

在Next.js中可以这么使用 image

Chastrlove avatar Jan 10 '23 06:01 Chastrlove