Skip to content

Commit

Permalink
feat: add id to style
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Dec 29, 2023
1 parent f0ed83e commit 2651862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AntdRegistry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const AntdRegistry: FC<{ children: ReactNode }> = ({ children }) => {

return (
<style
id="antd-cssinjs"
// to make sure this style is inserted before Ant Design's style generated by client
data-rc-order="prepend"
data-rc-priority="-1000"
Expand Down

0 comments on commit 2651862

Please sign in to comment.