mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(docs): dependency parse wrong react scope (#5043)
This commit is contained in:
parent
1fc68fb272
commit
44b407a625
@ -8,7 +8,7 @@ export const parseDependencies = (content: string) => {
|
|||||||
|
|
||||||
// by default, react and heroui packages are installed already
|
// by default, react and heroui packages are installed already
|
||||||
const installedPackages = {
|
const installedPackages = {
|
||||||
React,
|
...React,
|
||||||
...HeroUI,
|
...HeroUI,
|
||||||
} as Record<string, unknown>;
|
} as Record<string, unknown>;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user