We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
先附上 codesandbox
在nextjs 專案內 使用@ant-design/nextjs-registry sample code如下
<AntdRegistry layer> <Provider>{children}</Provider> </AntdRegistry>
Provider 是另外封裝的 Antd ConfigProvider
瀏覽頁面 AntdRegistry 成功建立了一個Style tag with id antd-cssinjs 但將其內容 複製出來 format後 檢查 發現table 的樣式 會多一個 @layer antd 這導致Table 沒辦法吃到 custom theme
antd-cssinjs
@layer antd
刪除其中一個 @layer antd 就正常了
不確定是否是cssinjs 的問題,暫時先發在這裡
The text was updated successfully, but these errors were encountered:
fixed by #207
Sorry, something went wrong.
confirmed thank you very much @Wxh16144
No branches or pull requests
先附上 codesandbox
在nextjs 專案內 使用@ant-design/nextjs-registry
sample code如下
Provider 是另外封裝的 Antd ConfigProvider
瀏覽頁面 AntdRegistry 成功建立了一個Style tag with id
antd-cssinjs
但將其內容 複製出來 format後 檢查 發現table 的樣式 會多一個
@layer antd
這導致Table 沒辦法吃到 custom theme
刪除其中一個
@layer antd
就正常了不確定是否是cssinjs 的問題,暫時先發在這裡
The text was updated successfully, but these errors were encountered: