We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ed83e commit 2651862Copy full SHA for 2651862
src/AntdRegistry.tsx
@@ -18,6 +18,7 @@ const AntdRegistry: FC<{ children: ReactNode }> = ({ children }) => {
18
19
return (
20
<style
21
+ id="antd-cssinjs"
22
// to make sure this style is inserted before Ant Design's style generated by client
23
data-rc-order="prepend"
24
data-rc-priority="-1000"
0 commit comments