mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(spinner): Attempted to call useProviderContext() from the server (#4904)
* fix(spinner): add banner in tsup.config.ts * chore(changeset): add changeset * chore(docs): update breaking changes in blog * chore(docs): handled in PR4905
This commit is contained in:
parent
989cbe1eb0
commit
2186f6da23
5
.changeset/good-experts-yawn.md
Normal file
5
.changeset/good-experts-yawn.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@heroui/spinner": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
add `use client` directive in tsup (#4903)
|
||||||
@ -4,4 +4,5 @@ export default defineConfig({
|
|||||||
clean: true,
|
clean: true,
|
||||||
target: "es2019",
|
target: "es2019",
|
||||||
format: ["cjs", "esm"],
|
format: ["cjs", "esm"],
|
||||||
|
banner: {js: '"use client";'},
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user