Skip to content

Commit

Permalink
docs: fix antd web3 style in ssr mode (#1276)
Browse files Browse the repository at this point in the history
Co-authored-by: tingzhao.ytz <[email protected]>
  • Loading branch information
yutingzhao1991 and tingzhao.ytz authored Dec 4, 2024
1 parent 1072532 commit 020b483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const alias = pkgList.reduce(
// `useConfig` must be used within `WagmiProvider`. Docs: https://wagmi.sh/react/api/WagmiProvider.html Version: [email protected]
wagmi: resolve('./node_modules/wagmi'),
'@tanstack/react-query': resolve('./node_modules/@tanstack/react-query'),
'@ant-design/cssinjs': resolve('./node_modules/@ant-design/cssinjs'),
}
: {}) as Record<string, string>,
);
Expand Down

0 comments on commit 020b483

Please sign in to comment.