Skip to content

Commit

Permalink
Merge branch 'master' into auto-upgrade-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
li-jia-nan committed Dec 5, 2023
2 parents 885a158 + 937a1a2 commit 278386e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/config-provider/hooks/useThemeKey.ts
@@ -1,4 +1,9 @@
import { useId } from 'react';
import * as React from 'react';

const fullClone = {
...React,
};
const { useId } = fullClone;

const useEmptyId = () => '';

Expand Down

0 comments on commit 278386e

Please sign in to comment.